no submodules
This commit is contained in:
parent
708e1199f6
commit
5e8edefa6a
@ -1,4 +1,5 @@
|
|||||||
# List of plugins
|
# List of plugins
|
||||||
|
set-environment -g TMUX_PLUGIN_MANAGER_PATH '~/.config/tmux/plugins'
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
set -g @plugin 'TanglingTreats/tmux-everforest' # Adds to the list of plugins
|
set -g @plugin 'TanglingTreats/tmux-everforest' # Adds to the list of plugins
|
||||||
@ -40,6 +41,9 @@ setw -g pane-base-index 1
|
|||||||
# Put tmux bar on top
|
# Put tmux bar on top
|
||||||
set-option -g status-position top
|
set-option -g status-position top
|
||||||
|
|
||||||
|
if "test ! -d ~/.config/tmux/plugins/tpm" \
|
||||||
|
"run 'git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm && ~/.config/tmux/plugins/tpm/bin/install_plugins'"
|
||||||
|
|
||||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||||
run '~/.config/tmux/plugins/tpm/tpm'
|
run '~/.config/tmux/plugins/tpm/tpm'
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user