Version a cleanup script

This commit is contained in:
usagi-flow 2022-05-03 22:17:12 +02:00
parent e8860a144a
commit f71ba8a192
No known key found for this signature in database
1 changed files with 9 additions and 0 deletions

9
script/clean-nvim.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh
set -e
rm -rfv ~/.cache/nvim
rm -rfv ~/.local/share/nvim
rm -rfv ~/.config/nvim/plugin
# ./clean-nvim.sh && nvim -u test.lua --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'