Don't symlink the readme

This commit is contained in:
Eryn Wells 2012-04-17 22:37:39 -07:00
parent 637fb20384
commit adb67b1741

View file

@ -5,7 +5,9 @@ dfdir=$(cd "$(dirname "$0")" && pwd)
print -P "%BSymlinking config files%b"
for dotfile in `ls .`
do
# metafiles; don't link them
[ $dotfile = 'setup.sh' ] && continue
[ $dotfile = 'README.md' ] && continue
local dest="$HOME/.$dotfile"
local action='skipped'