initial commit

This commit is contained in:
2026-03-26 22:12:36 +02:00
commit fe48b97674
17 changed files with 631 additions and 0 deletions

19
tmux/.tmux.conf Normal file
View File

@@ -0,0 +1,19 @@
# ─── plugins ──────────────────────────────────────────────────────────────────
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
# ─── mouse ────────────────────────────────────────────────────────────────────
set -g mouse on
# ─── navigation ───────────────────────────────────────────────────────────────
bind -n C-n next-window
bind -n C-p previous-window
# ─── catppuccin ───────────────────────────────────────────────────────────────
set -g @plugin 'catppuccin/tmux'
set -g @catppuccin_flavour 'mocha'
set -g @catppuccin_window_text " #W"
set -g @catppuccin_window_current_text " #W"
# ─── initialize tpm (keep at bottom) ──────────────────────────────────────────
run '~/.tmux/plugins/tpm/tpm'