aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-28 17:28:57 -0300
committerEuAndreh <eu@euandre.org>2021-02-28 17:28:57 -0300
commitb8ef016220086d81cb1ab8d71268be7ffe34be3a (patch)
treea5d2264c295a636b2dcbbdfb8421876c519d50bd
parentfake-symlinks: Revert order of check -> dev-check dependency (diff)
downloaddotfiles-b8ef016220086d81cb1ab8d71268be7ffe34be3a.tar.gz
dotfiles-b8ef016220086d81cb1ab8d71268be7ffe34be3a.tar.xz
Add mailcap.conf for alot HTML reading
-rw-r--r--mailcap.conf1
-rw-r--r--sh/symlinks.sh1
2 files changed, 2 insertions, 0 deletions
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