feat/migrate-to-gnu-stow #10
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
NEOVIM_CONFIG="~/.config/nvim"
|
||||
|
||||
if [ -d "$NEOVIM_CONFIG" ]; then
|
||||
stow -v -R -t "$NEOVIM_CONFIG" .
|
||||
else
|
||||
echo "Neovim config directory does not exist: $NEOVIM_CONFIG"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue