add repos

This commit is contained in:
randomuser 2022-06-26 00:09:58 -05:00
parent 4509ac1b12
commit 1aa26fc6d3
2 changed files with 7 additions and 0 deletions

View File

@ -24,6 +24,7 @@ sh:
cp -f sh/snownews-url-handler $(DESTDIR)$(PREFIX)/bin
cp -f sh/status $(DESTDIR)$(PREFIX)/bin
cp -f sh/cfg $(DESTDIR)$(PREFIX)/bin
cp -f sh/repos $(DESTDIR)$(PREFIX)/bin
mkc: c/scream c/timer c/boid c/anaconda c/simplestatus c/colors

6
sh/repos Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
sel="$(ls ~/git | fzy)"
[ "$?" -eq 1 ] && exit 1
nvim ~/git/"$sel"