4 lines
108 B
Bash
Executable file
4 lines
108 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo "Uninstalling NeoVIM - NvChad..."
|
|
rm -rf ~/.config/nvim ~/.local/share/nvim ~/.cache/nvim
|