4 lines
134 B
Bash
Executable File
4 lines
134 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
systemctl --user enable --now tmux
|
|
git clone https://github.com/tmux-plugins/tpm "$HOME/.config/tmux/plugins/tpm" |