[setup.sh] Add some missing items to the skipitems array; skip Fortune

This commit is contained in:
Eryn Wells 2025-08-11 17:08:07 -07:00
parent 09f0985006
commit aefda50590

View file

@ -3,7 +3,23 @@
dotfiles_dir=$(cd "$(dirname "$0")" && pwd)
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 {
local action