no submodules

This commit is contained in:
Willem Haffmans 2024-09-10 22:23:39 +00:00
parent 708e1199f6
commit 5e8edefa6a

View File

@ -1,4 +1,5 @@
# List of plugins
set-environment -g TMUX_PLUGIN_MANAGER_PATH '~/.config/tmux/plugins'
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
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
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)
run '~/.config/tmux/plugins/tpm/tpm'