diff --git a/install.sh b/install.sh index 4e492fc..622682a 100755 --- a/install.sh +++ b/install.sh @@ -8,25 +8,25 @@ TARGET="$HOME" DOTFILES_LINK=".dotfiles" SYMLINK_PATH="$DOTFILES_LINK" PRIVATE_PATH="private" -SYMLINKS=( \ - ackrc \ - bundle \ - coffeelint.json \ - emacs.d \ - erlang \ - eslintrc.js \ - gemrc \ - gitconfig \ - gitignore \ - hgrc \ - hyper.js \ - irbrc \ - peco \ - powconfig \ - rspec \ - rubocop.yml \ - tmux \ - tmux.conf \ +SYMLINKS=( + ackrc + bundle + coffeelint.json + emacs.d + erlang + eslintrc.js + gemrc + gitconfig + gitignore + hgrc + hyper.js + irbrc + peco + powconfig + rspec + rubocop.yml + tmux + tmux.conf ) LOAD_FILES=(profile zshrc)