Skip to content

j9/.dotfiles

Repository files navigation

Setup & Install
----------------------------------
To sync dotfiles use python 'dotfiles' package, which can be found here

  https://github.com/jbernard/dotfiles
  http://pypi.python.org/pypi/dotfiles

Remove broken symlinks
----------------------------------
When testing dotfile linking, this might become handy:

  $ find -L . -type l -delete

Find and remove all broken links in current directory and all subdirectories.

Switching monitors with xrandr
----------------------------------
xrandr --output LVDS1 --off --output VGA1 --mode 1680x1050 --rate 60 --primary

Releases

No releases published

Packages

No packages published