mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Remove useless backslashes
This commit is contained in:
38
install.sh
38
install.sh
@@ -8,25 +8,25 @@ TARGET="$HOME"
|
|||||||
DOTFILES_LINK=".dotfiles"
|
DOTFILES_LINK=".dotfiles"
|
||||||
SYMLINK_PATH="$DOTFILES_LINK"
|
SYMLINK_PATH="$DOTFILES_LINK"
|
||||||
PRIVATE_PATH="private"
|
PRIVATE_PATH="private"
|
||||||
SYMLINKS=( \
|
SYMLINKS=(
|
||||||
ackrc \
|
ackrc
|
||||||
bundle \
|
bundle
|
||||||
coffeelint.json \
|
coffeelint.json
|
||||||
emacs.d \
|
emacs.d
|
||||||
erlang \
|
erlang
|
||||||
eslintrc.js \
|
eslintrc.js
|
||||||
gemrc \
|
gemrc
|
||||||
gitconfig \
|
gitconfig
|
||||||
gitignore \
|
gitignore
|
||||||
hgrc \
|
hgrc
|
||||||
hyper.js \
|
hyper.js
|
||||||
irbrc \
|
irbrc
|
||||||
peco \
|
peco
|
||||||
powconfig \
|
powconfig
|
||||||
rspec \
|
rspec
|
||||||
rubocop.yml \
|
rubocop.yml
|
||||||
tmux \
|
tmux
|
||||||
tmux.conf \
|
tmux.conf
|
||||||
)
|
)
|
||||||
LOAD_FILES=(profile zshrc)
|
LOAD_FILES=(profile zshrc)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user