diff --git a/home/user/.tmux.conf b/home/user/.config/tmux/tmux.conf similarity index 96% rename from home/user/.tmux.conf rename to home/user/.config/tmux/tmux.conf index f016226..b94a9cb 100644 --- a/home/user/.tmux.conf +++ b/home/user/.config/tmux/tmux.conf @@ -43,7 +43,7 @@ set -g renumber-windows on ## Make windows auto renumber set -g lock-command vlock ## Reload tmux.conf: R -bind C-r source-file ~/.tmux.conf \; display-message "Config reloaded..." +bind C-r source-file ~/.config/tmux/tmux.conf \; display-message "Config reloaded..." ## Lock screen bind-key -T prefix C-x confirm-before -p "lock tmux? (y/n)" lock-session diff --git a/install b/install index 520a8c6..0325c5e 100755 --- a/install +++ b/install @@ -12,7 +12,7 @@ declare -r -A TARGETS=( ["colors"]=".config/terminal-colors.d" ["bash"]=".config/bash .bashrc .profile %colors" ["zsh"]="%bash .config/zsh .zshenv .inputrc" - ["tmux"]=".tmux.conf .tmux" + ["tmux"]=".config/tmux/tmux.conf .tmux" ["alacritty"]=".config/alacritty" ["nvim"]=".config/nvim .editorconfig .local/bin/vim_askpass_helper" ["ssh"]=""