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