From 49570c8dd03448240897b37b68567352b790f16f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 8 Oct 2023 12:09:20 -0400 Subject: convert to stow --- abook/.abook/abookrc | 39 +++++++++++++++++++++++++++++++++++++++ abook/abookrc | 39 --------------------------------------- 2 files changed, 39 insertions(+), 39 deletions(-) create mode 100644 abook/.abook/abookrc delete mode 100644 abook/abookrc (limited to 'abook') diff --git a/abook/.abook/abookrc b/abook/.abook/abookrc new file mode 100644 index 0000000..671efa9 --- /dev/null +++ b/abook/.abook/abookrc @@ -0,0 +1,39 @@ +field aim = AIM +field irc = IRC, list +field twitter = Twitter +field skype = Skype +field birthday = Birthday, date + +field 2address = Address +field 2address2 = Address2 +field 2city = City +field 2state = State/Province +field 2zip = "ZIP/Postal Code" +field 2country = Country + +field textphone = Text + +view Contact = name, email, birthday, nick +view Phone = mobile, textphone, phone, workphone +view Internet = irc, aim, skype, twitter, url +view Address = address, address2, city, state, zip, country +view Address2 = 2address, 2address2, 2city, 2state, 2zip, 2country +view Other = notes + +set index_format=" {name:23} {email:34} {mobile:12|phone|workphone} {birthday:10} {nick}" + +set preserve_fields=all +set show_all_emails=false +set www_command=firefox +set address_style=us +set sort_field=name + +set use_colors=true +set color_header_bg=default +set color_header_fg=green +set color_footer_bg=default +set color_footer_fg=green +set color_list_header_bg=default +set color_list_highlight_bg=cyan +set color_list_even_fg=yellow +set color_list_odd_fg=yellow diff --git a/abook/abookrc b/abook/abookrc deleted file mode 100644 index 671efa9..0000000 --- a/abook/abookrc +++ /dev/null @@ -1,39 +0,0 @@ -field aim = AIM -field irc = IRC, list -field twitter = Twitter -field skype = Skype -field birthday = Birthday, date - -field 2address = Address -field 2address2 = Address2 -field 2city = City -field 2state = State/Province -field 2zip = "ZIP/Postal Code" -field 2country = Country - -field textphone = Text - -view Contact = name, email, birthday, nick -view Phone = mobile, textphone, phone, workphone -view Internet = irc, aim, skype, twitter, url -view Address = address, address2, city, state, zip, country -view Address2 = 2address, 2address2, 2city, 2state, 2zip, 2country -view Other = notes - -set index_format=" {name:23} {email:34} {mobile:12|phone|workphone} {birthday:10} {nick}" - -set preserve_fields=all -set show_all_emails=false -set www_command=firefox -set address_style=us -set sort_field=name - -set use_colors=true -set color_header_bg=default -set color_header_fg=green -set color_footer_bg=default -set color_footer_fg=green -set color_list_header_bg=default -set color_list_highlight_bg=cyan -set color_list_even_fg=yellow -set color_list_odd_fg=yellow -- cgit v1.2.3-54-g00ecf