This commit is contained in:
randomuser 2022-06-25 23:30:58 -05:00
parent 0458d16a18
commit eb2bbf704a
2 changed files with 7 additions and 0 deletions

View File

@ -22,6 +22,7 @@ sh:
cp -f sh/vim-swap-handler $(DESTDIR)$(PREFIX)/bin
cp -f sh/snownews-url-handler $(DESTDIR)$(PREFIX)/bin
cp -f sh/status $(DESTDIR)$(PREFIX)/bin
cp -f sh/cfg $(DESTDIR)$(PREFIX)/bin
mkc:
cc c/scream.c -o c/scream

6
sh/cfg Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
sel="$(find -L ~/.config 2>/dev/null | fzy)"
[ "$?" -eq 1 ] && exit 1
nvim "$sel"