dotfiles/install-hooks/tmux/post-install
2024-04-03 13:59:43 +03:00

4 lines
158 B
Bash
Executable File

#!/usr/bin/env bash
command -v systemctl && systemctl --user enable --now tmux
git clone https://github.com/tmux-plugins/tpm "$HOME/.config/tmux/plugins/tpm"