mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 11:06:41 +00:00
Make install list easier to read :P
This commit is contained in:
17
install.sh
17
install.sh
@@ -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)
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user