Add tpm install to bootstrap
This commit is contained in:
parent
f46f2c7070
commit
64e07591e6
3 changed files with 4 additions and 2 deletions
|
|
@ -7,3 +7,5 @@ cd "$HOME"
|
|||
echo "Init submodules"
|
||||
yadm submodule update --recursive --init
|
||||
|
||||
echo "Installing tmux package manager (tpm)"
|
||||
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue