6 lines
109 B
Bash
6 lines
109 B
Bash
|
#!/usr/bin/env bash
|
||
|
set -e
|
||
|
|
||
|
stow $PWD/base
|
||
|
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|