some configs

fixed?
This commit is contained in:
2024-07-03 15:44:47 -04:00
parent 602a2b2df1
commit 5e13d048d6
89 changed files with 27403 additions and 0 deletions

5
.scripts/remove-project Executable file
View File

@@ -0,0 +1,5 @@
proj="$(cat -n ~/.scripts/projects | fzf | cut -f 1 | tr -d ' ')"
if [ -z "$proj" ]; then
exit
fi
sed -i "$proj"d ~/.scripts/projects