dotfiles/install-hooks/tmux/post-install
2025-01-10 15:44:49 +03:00

5 lines
169 B
Bash
Executable File

#!/bin/sh
command -v systemctl >/dev/null && systemctl --user enable --now tmux
git clone https://github.com/tmux-plugins/tpm "${HOME}/.config/tmux/plugins/tpm" | true