Skip to content

Instantly share code, notes, and snippets.

@satyrius
Created February 28, 2012 08:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save satyrius/1931029 to your computer and use it in GitHub Desktop.
Save satyrius/1931029 to your computer and use it in GitHub Desktop.
Dotfiles installation
cd $HOME
git clone git@github.com:satyrius/dotfiles.git .dotfiles
cd .dotfiles
for f in $(ls); do df="../.$f"; rm $df; ln -s "$(pwd)/$f" $df; done;
cd $HOME
rm .README.dm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment