Skip to content

Instantly share code, notes, and snippets.

@ganine
Last active August 29, 2015 13:57
Show Gist options
  • Save ganine/9454969 to your computer and use it in GitHub Desktop.
Save ganine/9454969 to your computer and use it in GitHub Desktop.
dofiles installation script

dotfiles

git clone --recursive git://github.com/ganine/dotfiles.git ~/.dotfiles

for dotfile in `find ~/.dotfiles -mindepth 2 -not -iwholename '*.git*'`; do
  ln -s "$dotfile" "~/.$(basename $dotfile)"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment