From e12199ae0c98a8f49abf010e89e38ea1309a2909 Mon Sep 17 00:00:00 2001 From: klaas Date: Wed, 26 Mar 2025 22:23:25 +0100 Subject: [PATCH] =?UTF-8?q?tmux.conf=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configs/tmux.conf | 55 +++++++++++++++++++++++++++++++++++++++++++++++ install.sh | 1 + 2 files changed, 56 insertions(+) create mode 100644 configs/tmux.conf diff --git a/configs/tmux.conf b/configs/tmux.conf new file mode 100644 index 0000000..9318c1b --- /dev/null +++ b/configs/tmux.conf @@ -0,0 +1,55 @@ +unbind r +bind r source-file ~/.tmux.conf + +# Ctrl + S für Befehle +set -g prefix C-s +set-option -g status-position top + +set -g mouse on +bind -n M-Left select-pane -L +bind -n M-Right select-pane -R +bind -n M-Up select-pane -U +bind -n M-Down select-pane -D + + +#List of plugins +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'catppuccin/tmux' +set -g @plugin 'tmux-plugins/tmux-resurrect' +set -g @plugin 'tmux-plugins/tmux-continuum' + +set -g @continuum-restore 'on' + +set -g @catppuccin_window_status_style "slanted" +set -g @catppuccin_window_number_position "right" + +set -g @catppuccin_window_default_fill "number" + +set -g @catppuccin_window_current_fill "number" +set -g @catppuccin_window_current_text "#{pane_current_path} " + +set -g @catppuccin_status_left_separator "" +set -g @catppuccin_status_right_separator " " +set -g @catppuccin_status_fill "all" +set -g @catppuccin_status_connect_separator "yes" + +# Run catppuccin plugin manually or through tpm +# ... + +set -g status-left "" +set -gF status-right "#{E:@catppuccin_status_application}#{E:@catppuccin_status_session}#{E:@catppuccin_status_date_time}" + +# Run catppuccin plugin manually or through tpm +# ... + +set -g status-left "" +set -gF status-right "#{E:@catppuccin_status_application}#{E:@catppuccin_status_session}#{E:@catppuccin_status_date_time}" + +# Other examples: +# set -g @plugin 'github_username/plugin_name' +# set -g @plugin 'github_username/plugin_name#branch' +# set -g @plugin 'git@github.com:user/plugin' +# set -g @plugin 'git@bitbucket.com:user/plugin' + +# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) +run '~/.tmux/plugins/tpm/tpm' diff --git a/install.sh b/install.sh index a60cdfb..4b5e146 100644 --- a/install.sh +++ b/install.sh @@ -47,6 +47,7 @@ log "📥 Lade Daten" run git clone https://git.boergmann.it/klaas/shellskripte cd shellskripte || exit 1 run cp ./configs/zshrc ~/.zshrc +run cp .config/tmux.conf ~/.tmux.conf mkdir -p ~/.ssh run cp ./ssh/authorized_keys ~/.ssh/authorized_keys run sudo sh ./ssh/ssh_password -n