Move ~/.tmux.conf to ~/.config/tmux/tmux.conf

This commit is contained in:
c47 2024-03-09 18:45:29 +01:00
parent 13a6cf624e
commit 09ed5b1801
Signed by: c47
SSH key fingerprint: SHA256:FIo5G1VJnESaIB/8N5lcc2IDuZ02Sl2Qyye15i4w7jQ

View file

@ -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