Make install list easier to read :P

This commit is contained in:
2013-09-03 11:41:37 +01:00
parent 378a1712ab
commit 7e30eff295

View File

@@ -8,8 +8,21 @@ TARGET="$HOME"
DOTFILES_LINK=".dotfiles"
SYMLINK_PATH="$DOTFILES_LINK"
PRIVATE_PATH="private"
SYMLINKS=(ackrc bundle emacs.d erlang gemrc gitconfig gitignore hgrc irbrc \
powconfig rspec tmux tmux.conf)
SYMLINKS=( \
ackrc \
bundle \
emacs.d \
erlang \
gemrc \
gitconfig \
gitignore \
hgrc \
irbrc \
powconfig \
rspec \
tmux \
tmux.conf \
)
LOAD_FILES=(profile zshrc)
#