mirror of
https://github.com/Lissy93/dotfiles.git
synced 2025-02-16 15:09:12 +01:00
Finished Tmux setup
This commit is contained in:
parent
aba188ff81
commit
33af58e994
@ -13,6 +13,7 @@
|
||||
|
||||
# Tmux
|
||||
~/.tmux.conf: tmux/tmux.conf
|
||||
~/.tmux/plugins/tpm: tmux/tpm
|
||||
|
||||
# bash
|
||||
~/.bash:
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
# Import Tmux plugins using TMP
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
@ -8,8 +7,12 @@ set -g @plugin 'tmux-plugins/tmux-yank'
|
||||
set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
|
||||
set -g @plugin 'tmux-plugins/tmux-online-status'
|
||||
set -g @plugin 'tmux-plugins/tmux-open'
|
||||
set -g @plugin 'thewtex/tmux-mem-cpu-load'
|
||||
set -g @plugin 'tmux-plugins/tmux-open'
|
||||
set -g @plugin 'jimeh/tmux-themepack'
|
||||
set -g @plugin 'thewtex/tmux-mem-cpu-load'
|
||||
|
||||
# Set Theme
|
||||
set -g @themepack 'powerline/default/cyan'
|
||||
|
||||
# Automatically restore session
|
||||
set -g @continuum-restore 'on'
|
||||
|
Loading…
Reference in New Issue
Block a user