summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2023-01-02 19:32:24 +0100
committerReiner Herrmann <reiner@reiner-h.de>2023-01-02 19:32:24 +0100
commitcb40a9e244813e978b722c73bc593f6b0bcebacb (patch)
tree1d3c47aee70366774843794f12427926645582bb
parent1de06324ca692f3b6a1341da2b6210993814e3d9 (diff)
deploy.sh: install configs to XDG_CONFIG_HOME
-rwxr-xr-xdeploy.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/deploy.sh b/deploy.sh
index 7253067..e3eb681 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -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