dotfiles/install-hooks/tmux/post-install
2024-11-02 13:52:41 +03:00

4 lines
166 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