Adding PC config stuff

This commit is contained in:
2026-07-13 19:25:14 -07:00
parent 6f508ed5c8
commit fcd1af773c
8 changed files with 1752 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
selected=$(fzf)
[ -n "$selected" ] && nvim "$selected"