dotfiles/install-hooks/tmux/post-install
2025-09-10 13:09:59 +03:00

6 lines
202 B
Bash
Executable File

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