6 lines
85 B
Bash
6 lines
85 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
rm -rf ~/.tmux.conf
|
||
|
|
||
|
ln -s $HOME/dotfiles/tmux/tmux.conf $HOME/.tmux.conf
|