Skip to content

Instantly share code, notes, and snippets.

@michaelavila
Created November 10, 2014 20:00
Show Gist options
  • Save michaelavila/c1cbc591cd4296d421d4 to your computer and use it in GitHub Desktop.
Save michaelavila/c1cbc591cd4296d421d4 to your computer and use it in GitHub Desktop.
alias dotfiles='find . -not -iwholename "." -not -iwholename "*.git" -not -iwholename "*.gitmodules" -name ".*" -maxdepth 1'
cd ~/work/me/dotfiles
dotfiles | cut -c 3- | xargs -L1 -I {} ln -s $PWD/{} $HOME/{}
dotfiles | cut -c 3- | xargs -L1 -I {} rm $HOME/{}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment