git credentials system

This commit is contained in:
randomuser 2022-09-14 20:36:12 -05:00
parent 24392d6a88
commit ed3d5a6d25
2 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,7 @@ sh:
cp -f sh/bspwm-toggle-gaps $(DESTDIR)$(PREFIX)/bin
cp -f sh/machine $(DESTDIR)$(PREFIX)/bin
cp -f sh/brightness $(DESTDIR)$(PREFIX)/bin
cp -f sh/git-credential-gitpass $(DESTDIR)$(PREFIX)/bin
check:
shellcheck sh/*

3
sh/git-credential-gitpass Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
printf "password=%s\n" "$(pash s tildegit)"