tmux: added plugins and tokyo night theme

This commit is contained in:
Nico 2025-05-03 16:15:58 +10:00
parent 1a7d45a526
commit 66443b7679
2 changed files with 12 additions and 0 deletions

1
stow/.config/tmux/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
plugins

View file

@ -20,3 +20,14 @@ set -g history-limit 100000
set -g base-index 1
setw -g pane-base-index 1
# plugins
# got from: https://github.com/tmux-plugins/tpm/blob/master/docs/automatic_tpm_installation.md, changed to a more sensible install dir
if "test ! -d ~/.local/share/tmux/plugins/tpm" \
"run 'git clone https://github.com/tmux-plugins/tpm ~/.local/share/tmux/plugins/tpm && ~/.local/share/tmux/plugins/tpm/bin/install_plugins'"
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin "janoamaral/tokyo-night-tmux"
run '~/.local/share/tmux/plugins/tpm/tpm'