From 3e62cbc43c541265a8b0f88fca0ea343b547e49f Mon Sep 17 00:00:00 2001 From: Jason Hilder Date: Fri, 8 May 2026 09:26:42 +0200 Subject: [PATCH] Moved tmux config to the .config dir --- config/tmux/{.tmux.conf => tmux.conf} | 4 ++-- install.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename config/tmux/{.tmux.conf => tmux.conf} (95%) diff --git a/config/tmux/.tmux.conf b/config/tmux/tmux.conf similarity index 95% rename from config/tmux/.tmux.conf rename to config/tmux/tmux.conf index ad9444c..67e506a 100644 --- a/config/tmux/.tmux.conf +++ b/config/tmux/tmux.conf @@ -47,14 +47,14 @@ bind '\' split-window -v -l 35% -c "#{pane_current_path}" bind j run-shell -b "~/.local/bin/tmux-toggle-term float" bind g run-shell 'tmux popup -d "#{pane_current_path}" -xC -yC -w90% -h90% -E gitu' -bind e run-shell 'tmux popup -d "#{pane_current_path}" -xC -yC -w90% -h90% -E "~/.local/bin/tmux-lf-helix"' +bind e run-shell 'tmux popup -d "#{pane_current_path}" -xC -yC -w90% -h90% -E "~/.local/bin/tmux-lf"' ## STATUS BAR ################################################################## ## Status bar design set -g status-justify centre set -g status-position top -set -g status-bg '#181616' +set -g status-bg '#191927' set -g status-fg '#c5c9c5' ## Show PREFIX on right side when c-b diff --git a/install.sh b/install.sh index e27ba5f..67f9d31 100755 --- a/install.sh +++ b/install.sh @@ -84,7 +84,7 @@ if [ "$DO_LINKS" = true ]; then CREATED=0 SKIPPED=0 - link_file "$DOTFILES_DIR/config/tmux/.tmux.conf" "$HOME/.tmux.conf" + link_file "$DOTFILES_DIR/config/tmux" "$HOME/.config/tmux" link_file "$DOTFILES_DIR/config/kanata" "$HOME/.config/kanata" link_file "$DOTFILES_DIR/config/fish" "$HOME/.config/fish" link_file "$DOTFILES_DIR/config/alacritty" "$HOME/.config/alacritty"