aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-09-04 11:18:49 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-09-04 11:18:49 +1200
commitcb07b5d5935720821fa06ff980bdd4963decfb68 (patch)
tree906275e47e884e156011bf74173a6e151c984761
parentSwitch to Palemoon, junk Vimperator (diff)
downloaddotfiles-cb07b5d5935720821fa06ff980bdd4963decfb68.tar.gz
dotfiles-cb07b5d5935720821fa06ff980bdd4963decfb68.zip
Add configuration for Abook
-rw-r--r--Makefile6
-rw-r--r--README.markdown1
-rw-r--r--abook/abookrc3
3 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 838a819d..d2a9b5b8 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,7 @@
vim \
vim-plugins \
install \
+ install-abook \
install-bash \
install-bin \
install-curl \
@@ -62,6 +63,11 @@ install : install-bash \
install-terminfo \
install-vim
+install-abook :
+ install -m 0755 -d -- \
+ "$(HOME)"/.abook
+ install -m 0644 -- abook/abookrc "$(HOME)"/.abook
+
install-bash : test-bash
install -m 0755 -d -- \
"$(HOME)"/.config \
diff --git a/README.markdown b/README.markdown
index 4ef7a1b7..7ad945bc 100644
--- a/README.markdown
+++ b/README.markdown
@@ -15,6 +15,7 @@ Tools
Configuration is included for:
+* [Abook](http://abook.sourceforge.net/) — curses address book program
* [Bash](https://www.gnu.org/software/bash/) — GNU Bourne-Again Shell,
including a `~/.profile` configured to work with most Bourne-compatible
shells
diff --git a/abook/abookrc b/abook/abookrc
new file mode 100644
index 00000000..92aced99
--- /dev/null
+++ b/abook/abookrc
@@ -0,0 +1,3 @@
+set sort_field=name
+set index_format=" {name:32} {email:128}"
+