From b8ef016220086d81cb1ab8d71268be7ffe34be3a Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 28 Feb 2021 17:28:57 -0300 Subject: Add mailcap.conf for alot HTML reading --- mailcap.conf | 1 + sh/symlinks.sh | 1 + 2 files changed, 2 insertions(+) create mode 100644 mailcap.conf diff --git a/mailcap.conf b/mailcap.conf new file mode 100644 index 00000000..aeea68d6 --- /dev/null +++ b/mailcap.conf @@ -0,0 +1 @@ +text/html; w3m -dump -o document_charset=%{charset} '%s'; nametemplate=%s.html; copiousoutput diff --git a/sh/symlinks.sh b/sh/symlinks.sh index e474c980..7a6b1520 100644 --- a/sh/symlinks.sh +++ b/sh/symlinks.sh @@ -19,6 +19,7 @@ ln -fs "$DOTFILES/sbclrc.lisp" ~/.sbclrc ln -fs "$DOTFILES/inputrc.conf" ~/.inputrc ln -fs "$DOTFILES/Xmodmap.conf" ~/.Xmodmap ln -fs "$DOTFILES/npmrc.sh" ~/.npmrc +ln -fs "$DOTFILES/mailcap.conf" ~/.mailcap mkdir -p ~/tmp/ touch ~/tmp/scratch.txt -- cgit v1.3