mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 18:02:13 +02:00
removed tpm
This commit is contained in:
@@ -5,24 +5,6 @@ function tmux
|
|||||||
omf update
|
omf update
|
||||||
end
|
end
|
||||||
|
|
||||||
if test ! -d ~/.tmux/plugins/tpm
|
|
||||||
# Install TPM if it is not already installed
|
|
||||||
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
|
||||||
|
|
||||||
# Install TPM plugins
|
|
||||||
~/.tmux/plugins/tpm/bin/install_plugins
|
|
||||||
else
|
|
||||||
# Install plugins that are not already installed
|
|
||||||
~/.tmux/plugins/tpm/bin/install_plugins
|
|
||||||
|
|
||||||
# Update plugins that needs update
|
|
||||||
~/.tmux/plugins/tpm/bin/update_plugins all
|
|
||||||
|
|
||||||
# Clean plugins that are not used anymore
|
|
||||||
~/.tmux/plugins/tpm/bin/update_plugins all
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# Execute TMUX
|
# Execute TMUX
|
||||||
/usr/bin/tmux $argv
|
/usr/bin/tmux -u $argv
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user