From 09ed5b180132d5aff6afb88622fc720569ffb4db Mon Sep 17 00:00:00 2001 From: c47 Date: Sat, 9 Mar 2024 18:45:29 +0100 Subject: [PATCH] Move ~/.tmux.conf to ~/.config/tmux/tmux.conf --- set-links.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/set-links.sh b/set-links.sh index dc564d9..245ab3a 100644 --- a/set-links.sh +++ b/set-links.sh @@ -42,7 +42,8 @@ fi # Tmux -if [[ ! -L ${HOME}/.tmux.conf ]]; then +if [[ ! -L ${HOME}/.config/tmux/tmux.conf ]]; then + mkdir -m 0700 ${HOME}/.config/tmux ln -s ${WORKING_DIR}/tmux/tmux.conf .tmux.conf 2>/dev/null fi @@ -54,7 +55,7 @@ fi # Zsh if [[ ! -d ${HOME}/.zsh ]]; then - mkdir ~/.zsh 2>/dev/null + mkdir -m 0700 ~/.zsh 2>/dev/null fi if [[ ! -L ${HOME}/.zshenv ]]; then