Add config files and Makefile
This commit is contained in:
parent
788a78df46
commit
f4255a9578
9
Makefile
Normal file
9
Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
ifndef PREFIX
|
||||
PREFIX=/usr/local
|
||||
endif
|
||||
|
||||
install:
|
||||
install -Dm755 rofi-pass $(DESTDIR)$(PREFIX)/bin/rofi-pass
|
||||
install -Dm644 config.example $(DESTDIR)$(PREFIX)/share/doc/rofi-pass/config.example
|
||||
install -Dm644 README.md $(DESTDIR)$(PREFIX)/share/doc/rofi-pass/README.md
|
||||
install -Dm644 config.example $(DESTDIR)/etc/rofi-pass.conf
|
5
config.example
Normal file
5
config.example
Normal file
@ -0,0 +1,5 @@
|
||||
basedir=~/.password-store/
|
||||
URL_field='URL'
|
||||
USERNAME_field='UserName'
|
||||
EDITOR='gvim -f'
|
||||
|
Loading…
x
Reference in New Issue
Block a user