mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46: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"
|
DOTFILES_LINK=".dotfiles"
|
||||||
SYMLINK_PATH="$DOTFILES_LINK"
|
SYMLINK_PATH="$DOTFILES_LINK"
|
||||||
PRIVATE_PATH="private"
|
PRIVATE_PATH="private"
|
||||||
SYMLINKS=(ackrc bundle emacs.d erlang gemrc gitconfig gitignore hgrc irbrc \
|
SYMLINKS=( \
|
||||||
powconfig rspec tmux tmux.conf)
|
ackrc \
|
||||||
|
bundle \
|
||||||
|
emacs.d \
|
||||||
|
erlang \
|
||||||
|
gemrc \
|
||||||
|
gitconfig \
|
||||||
|
gitignore \
|
||||||
|
hgrc \
|
||||||
|
irbrc \
|
||||||
|
powconfig \
|
||||||
|
rspec \
|
||||||
|
tmux \
|
||||||
|
tmux.conf \
|
||||||
|
)
|
||||||
LOAD_FILES=(profile zshrc)
|
LOAD_FILES=(profile zshrc)
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user