dotfiles/tmux/install.sh

6 lines
85 B
Bash
Raw Normal View History

2022-11-03 13:42:15 +01:00
#!/bin/sh
rm -rf ~/.tmux.conf
ln -s $HOME/dotfiles/tmux/tmux.conf $HOME/.tmux.conf