Created
June 7, 2015 17:06
-
-
Save fikovnik/b7aa19f909efa4822635 to your computer and use it in GitHub Desktop.
Install .dot-files
This file contains 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
for i in .dot-files/*; do f=${i#.dot-files/dot}; if [ -f ~/$f ]; then echo "$f: exists"; else ln -s ".dot-files/dot$f" $f; fi done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment