Skip to content

Commit

Permalink
mkdir -p ~/.vim/backup
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra committed Jul 19, 2014
1 parent aee07a1 commit 69d54c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -2,6 +2,6 @@ all:
git submodule init && git submodule update
echo making directories...
find . -type d -not -name . -a -not -regex "\./\.git\(/.*\)?" -print -exec mkdir -p ~/{} \;
mkdir ~/.vim/backup
mkdir -p ~/.vim/backup
echo linking files...
find . -type f -not -name "README.md" -a -not -name "Makefile" -a -not -regex "\./\.git\(/.*\)?" -a -not -name ".gitmodules" -print -exec ln -f -T '{}' ~/{} \;

0 comments on commit 69d54c2

Please sign in to comment.