ZephArvanitis / dotfiles

0 stars 0 forks source link

dotfiles

Installation

Clone repository, then from ~, run

for x in `ls .dotfiles -A`; do rm $x; ln -s .dotfiles/$x $x; done

to symlink all the files into place (may print error messages if you don't already have the files in ~).

If you want configurations to be specific to computer, consider using uname -n to distinguish.

Side note: setting up a new system

You'll want:

The rest you can mostly figure out on the fly.