need to commit

This commit is contained in:
2023-01-03 22:05:09 -05:00
parent 32955b44c2
commit 20843a0630
56 changed files with 743 additions and 0 deletions

8
remove_all Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
. nvim_data
for i in "${!nvim_data[@]}"; do
printf '%s: %s\n' "$i" "${nvim_data[$i]}"
rm -rf "${nvim_data[$i]}"
done