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