dotfiles/tmux/install.sh
2022-11-03 13:42:15 +01:00

6 lines
85 B
Bash
Executable File

#!/bin/sh
rm -rf ~/.tmux.conf
ln -s $HOME/dotfiles/tmux/tmux.conf $HOME/.tmux.conf