khard.
This commit is contained in:
parent
aed9d4663b
commit
0114a9b854
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ FILES = bashrc bash_profile vimrc zshrc gitconfig screenrc commonshrc liquidprom
|
|||||||
gnomerc gvimrc muttrc pentadactylrc mailcap latexmkrc ctags \
|
gnomerc gvimrc muttrc pentadactylrc mailcap latexmkrc ctags \
|
||||||
i3/config i3status.conf msmtprc spacemacs emacs.d mbsyncrc authinfo \
|
i3/config i3status.conf msmtprc spacemacs emacs.d mbsyncrc authinfo \
|
||||||
config/qutebrowser config/nvim/init.vim ideavimrc agignore \
|
config/qutebrowser config/nvim/init.vim ideavimrc agignore \
|
||||||
config/khal config/vdirsyncer/config \
|
config/khal config/vdirsyncer/config config/khard \
|
||||||
$(wildcard sbt/0.13/*.sbt sbt/0.13/plugins/*.sbt)
|
$(wildcard sbt/0.13/*.sbt sbt/0.13/plugins/*.sbt)
|
||||||
|
|
||||||
.PHONY: install clean check
|
.PHONY: install clean check
|
||||||
|
15
config/khard/khard.conf
Normal file
15
config/khard/khard.conf
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
[addressbooks]
|
||||||
|
[[contacts]]
|
||||||
|
path = ~/.contacts/contacts.vcf/
|
||||||
|
|
||||||
|
[general]
|
||||||
|
default_action = list
|
||||||
|
editor = nvim
|
||||||
|
merge_editor = nvim
|
||||||
|
|
||||||
|
[contact table]
|
||||||
|
group_by_addressbook = no
|
||||||
|
reverse = no
|
||||||
|
show_nicknames = no
|
||||||
|
show_uids = yes
|
||||||
|
sort = last_name
|
Loading…
Reference in New Issue
Block a user