Created
November 10, 2014 20:00
-
-
Save michaelavila/c1cbc591cd4296d421d4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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