diff --git a/install.conf.yaml b/install.conf.yaml index 0537c79..ab8e895 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -15,3 +15,4 @@ ~/.Xresources: X/.Xresources ~/.Xdefaults: X/.Xdefaults ~/.profile: etc/.profile + ~/.urlview: urlview/.urlview diff --git a/mutt/common b/mutt/common index 5945a2a..fd91414 100644 --- a/mutt/common +++ b/mutt/common @@ -12,3 +12,6 @@ set imap_check_subscribed set sort = threads set beep_new = yes + +macro pager \cu 'urlview' 'Follow links with urlview' +macro attach w 'pipefox' 'Send attachment to firefox'