Skip to content

Instantly share code, notes, and snippets.

@satyrius
Created February 28, 2012 08:36
Show Gist options
  • 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 [email protected]: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