dots/tmux/setup.sh

13 lines
282 B
Bash
Raw Permalink Normal View History

2024-08-07 14:45:13 +00:00
#!/bin/bash
if [ -f "$HOME/.tmux.conf" ]; then
echo "detected existing ~/.tmux.conf, exiting"
echo "please backup, remove, and try again"
exit 1
fi
echo "installing tmux plugin manager"
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
stow -t ~ tmux