diff options
| -rwxr-xr-x | deploy.sh | 2 | ||||
| -rw-r--r-- | vim/vimrc (renamed from vimrc) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ CONFIG_DIR=${HOME}/config ln -sf ${CONFIG_DIR}/bashrc ${HOME}/.bashrc ln -sfT ${CONFIG_DIR}/vim ${HOME}/.vim -ln -sf ${CONFIG_DIR}/vimrc ${HOME}/.vimrc +rm -f ${HOME}/.vimrc ln -sf ${CONFIG_DIR}/inputrc ${HOME}/.inputrc |
