forked from nico/dots
tmux: added plugins and tokyo night theme
This commit is contained in:
parent
1a7d45a526
commit
66443b7679
2 changed files with 12 additions and 0 deletions
1
stow/.config/tmux/.gitignore
vendored
Normal file
1
stow/.config/tmux/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
plugins
|
||||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue