From 5d8c1f44325a75752e4d68876350d61c3d660a17 Mon Sep 17 00:00:00 2001 From: thek4n Date: Thu, 21 Mar 2024 21:41:12 +0300 Subject: [PATCH] tmux: change configfile path --- home/user/{.tmux.conf => .config/tmux/tmux.conf} | 2 +- install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename home/user/{.tmux.conf => .config/tmux/tmux.conf} (96%) 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"]=""