5 lines
109 B
Bash
5 lines
109 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
stow --restow --target="$HOME/.config/nvim" nvim
|
||
|
stow --restow --target="$HOME/.config/fish" fish
|