diff options
| -rwxr-xr-x | deploy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ CONFIG_DIR=${HOME}/config ln -sf ${CONFIG_DIR}/bashrc ${HOME}/.bashrc -ln -sf ${CONFIG_DIR}/vim ${HOME}/.vim +ln -sfT ${CONFIG_DIR}/vim ${HOME}/.vim ln -sf ${CONFIG_DIR}/vimrc ${HOME}/.vimrc ln -sf ${CONFIG_DIR}/inputrc ${HOME}/.inputrc @@ -15,7 +15,7 @@ ln -sf ${CONFIG_DIR}/screenrc ${HOME}/.screenrc ln -sf ${CONFIG_DIR}/git/gitconfig ${HOME}/.gitconfig mkdir -p ${HOME}/.git_template -ln -sf ${CONFIG_DIR}/git/hooks ${HOME}/.git_template/hooks +ln -sfT ${CONFIG_DIR}/git/hooks ${HOME}/.git_template/hooks mkdir -p ${HOME}/.mutt ln -sf ${CONFIG_DIR}/muttrc ${HOME}/.mutt/muttrc |
