5 lines
71 B
Bash
5 lines
71 B
Bash
#!/bin/bash
|
|
# setup.sh
|
|
ln -sf ~/.config/nvim/.tmux.conf ~/.tmux.conf
|
|
|
#!/bin/bash
|
|
# setup.sh
|
|
ln -sf ~/.config/nvim/.tmux.conf ~/.tmux.conf
|
|
|