tmux
This commit is contained in:
parent
f4a09362aa
commit
0dec6ab972
1 changed files with 11 additions and 0 deletions
11
scripts/tmux.sh
Normal file
11
scripts/tmux.sh
Normal file
|
@ -0,0 +1,11 @@
|
|||
#! /bin/bash
|
||||
#
|
||||
#
|
||||
|
||||
configure_tmux() {
|
||||
git clone https://github.com/tmux-plugins/tpm "$HOME/.tmux/plugins/tpm"
|
||||
bash "$HOME/.tmux/plugins/tpm/scripts/install_plugins.sh"
|
||||
}
|
||||
|
||||
ask "configure tmux? (y/n)"
|
||||
[ "$RESP" != "n" ] && configure_tmux
|
Loading…
Reference in a new issue