diff options
| -rwxr-xr-x | deploy.sh | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -13,11 +13,11 @@ ln -sf ${CONFIG_DIR}/inputrc ${HOME}/.inputrc ln -sf ${CONFIG_DIR}/screenrc ${HOME}/.screenrc -ln -sf ${CONFIG_DIR}/git/gitconfig ${HOME}/.gitconfig -mkdir -p ${HOME}/.git_template -ln -sfT ${CONFIG_DIR}/git/hooks ${HOME}/.git_template/hooks +mkdir -p ${HOME}/.config/git/template +ln -sf ${CONFIG_DIR}/git/gitconfig ${HOME}/.config/git/config +ln -sfT ${CONFIG_DIR}/git/hooks ${HOME}/.config/git/template/hooks mkdir -p ${HOME}/.mutt ln -sf ${CONFIG_DIR}/muttrc ${HOME}/.mutt/muttrc -ln -sf ${CONFIG_DIR}/ripgreprc ${HOME}/.ripgreprc +ln -sf ${CONFIG_DIR}/ripgreprc ${HOME}/.config/ripgreprc |
