5 lines
131 B
Bash
Executable File
5 lines
131 B
Bash
Executable File
#!/bin/bash
|
|
# setup.sh
|
|
ln -sf ~/.config/nvim/.tmux.conf ~/.tmux.conf
|
|
ln -sf ~/.config/nvim/starship.toml ~/.config/starship.toml
|