diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2023-01-02 19:32:24 +0100 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2023-01-02 19:32:24 +0100 |
| commit | cb40a9e244813e978b722c73bc593f6b0bcebacb (patch) | |
| tree | 1d3c47aee70366774843794f12427926645582bb /deploy.sh | |
| parent | 1de06324ca692f3b6a1341da2b6210993814e3d9 (diff) | |
deploy.sh: install configs to XDG_CONFIG_HOME
Diffstat (limited to 'deploy.sh')
| -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 |
