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