diff --git a/setup.sh b/setup.sh index f2275ba..cd03e50 100755 --- a/setup.sh +++ b/setup.sh @@ -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