mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 12:12:13 +02:00
removed updating tpm after tmux has started
This commit is contained in:
@@ -53,17 +53,5 @@ set -g @plugin "janoamaral/tokyo-night-tmux"
|
||||
set -g @plugin 'tmux-plugins/tmux-yank'
|
||||
set -g @plugin 'tmux-plugins/tmux-sessionist'
|
||||
|
||||
# Install TPM if it is not already installed
|
||||
if "test ! -d ~/.tmux/plugins/tpm" "run 'git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm && ~/.tmux/plugins/tpm/bin/install_plugins'"
|
||||
|
||||
# Initialize TPM
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
||||
# Install plugins on startup
|
||||
run '~/.tmux/plugins/tpm/bin/install_plugins'
|
||||
|
||||
# Update plugins on startup
|
||||
run '~/.tmux/plugins/tpm/bin/update_plugins all'
|
||||
|
||||
# Clean plugins on startup
|
||||
run '~/.tmux/plugins/tpm/bin/update_plugins all'
|
||||
|
||||
Reference in New Issue
Block a user