mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
9 lines
No EOL
292 B
Fish
Executable file
9 lines
No EOL
292 B
Fish
Executable file
#!/usr/bin/env fish
|
|
|
|
# install tmux plugin manager if not installed
|
|
if not test -e ~/.tmux/plugins/tpm
|
|
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
|
end
|
|
|
|
# install/update tmux plugins
|
|
env TMUX_PLUGIN_MANAGER_PATH=~/.tmux/plugins ~/.tmux/plugins/tpm/bin/install_plugins |