Created
September 30, 2011 08:01
-
-
Save connrs/1253039 to your computer and use it in GitHub Desktop.
dotfiles makefile
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
install:¶ | |
@find . -iname '*.symlink' | sed -e "p;s!\./\(.*\).symlink!$(HOME)/\1!" | xargs -n2 ln -s -i | |
#recurses through files with .symlink on the end and creates a symlink in ~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment