mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
No commits in common. "05c9aeba192731354e2bb9e8a598bd9240bc7631" and "4d98e0bd09798381c165ad584b6c874f6ba708da" have entirely different histories.
05c9aeba19
...
4d98e0bd09
1 changed files with 0 additions and 22 deletions
|
|
@ -1,22 +0,0 @@
|
|||
set -g default-terminal 'screen-256color'
|
||||
set -g mouse on
|
||||
|
||||
run 'if [ -d "~/.tmux/plugins/tpm" ]; then : ; else git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm; fi'
|
||||
|
||||
set -g @tpm_plugins ' \
|
||||
tmux-plugins/tpm \
|
||||
tmux-plugins/tmux-sensible \
|
||||
tmux-plugins/tmux-resurrect \
|
||||
tmux-plugins/tmux-continuum \
|
||||
tmux-plugins/tmux-pain-control \
|
||||
egel/tmux-gruvbox \
|
||||
'
|
||||
|
||||
set -g @tmux-gruvbox 'dark'
|
||||
|
||||
set -g @resurrect-strategy-nvim 'session'
|
||||
set -g @resurrect-capture-pane-contents 'on'
|
||||
|
||||
set -g @continuum-restore 'on'
|
||||
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
Loading…
Add table
Add a link
Reference in a new issue