Don't symlink the readme
This commit is contained in:
parent
637fb20384
commit
adb67b1741
1 changed files with 2 additions and 0 deletions
2
setup.sh
2
setup.sh
|
@ -5,7 +5,9 @@ dfdir=$(cd "$(dirname "$0")" && pwd)
|
||||||
print -P "%BSymlinking config files%b"
|
print -P "%BSymlinking config files%b"
|
||||||
for dotfile in `ls .`
|
for dotfile in `ls .`
|
||||||
do
|
do
|
||||||
|
# metafiles; don't link them
|
||||||
[ $dotfile = 'setup.sh' ] && continue
|
[ $dotfile = 'setup.sh' ] && continue
|
||||||
|
[ $dotfile = 'README.md' ] && continue
|
||||||
|
|
||||||
local dest="$HOME/.$dotfile"
|
local dest="$HOME/.$dotfile"
|
||||||
local action='skipped'
|
local action='skipped'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue