diff options
| author | EuAndreh <eu@euandre.org> | 2021-02-28 17:28:57 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-02-28 17:28:57 -0300 |
| commit | b8ef016220086d81cb1ab8d71268be7ffe34be3a (patch) | |
| tree | a5d2264c295a636b2dcbbdfb8421876c519d50bd | |
| parent | fake-symlinks: Revert order of check -> dev-check dependency (diff) | |
| download | dotfiles-b8ef016220086d81cb1ab8d71268be7ffe34be3a.tar.gz dotfiles-b8ef016220086d81cb1ab8d71268be7ffe34be3a.tar.xz | |
Add mailcap.conf for alot HTML reading
| -rw-r--r-- | mailcap.conf | 1 | ||||
| -rw-r--r-- | sh/symlinks.sh | 1 |
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 |
