[setup.sh] Add some missing items to the skipitems array; skip Fortune
This commit is contained in:
parent
09f0985006
commit
aefda50590
1 changed files with 17 additions and 1 deletions
18
setup.sh
18
setup.sh
|
@ -3,7 +3,23 @@
|
||||||
dotfiles_dir=$(cd "$(dirname "$0")" && pwd)
|
dotfiles_dir=$(cd "$(dirname "$0")" && pwd)
|
||||||
sys=`uname -s | tr A-Z a-z`
|
sys=`uname -s | tr A-Z a-z`
|
||||||
|
|
||||||
skipitems=(setup.sh README.md py bin Alfred Colors Dotfiles LaunchAgents Python '.*\.orig' '.*~')
|
skipitems=( \
|
||||||
|
'.*\.orig' \
|
||||||
|
'.*~' \
|
||||||
|
Alfred \
|
||||||
|
Ansible \
|
||||||
|
bin \
|
||||||
|
Colors \
|
||||||
|
Dotfiles \
|
||||||
|
Fortune \
|
||||||
|
LaunchAgents \
|
||||||
|
py \
|
||||||
|
Python \
|
||||||
|
README.md \
|
||||||
|
setup.sh \
|
||||||
|
Web \
|
||||||
|
Xcode \
|
||||||
|
)
|
||||||
|
|
||||||
function link {
|
function link {
|
||||||
local action
|
local action
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue