rm xmonad/mutt, clean up zshrc/profile, add new gpg/ssh conf

This commit is contained in:
Paul Wako
2019-08-24 17:16:36 -04:00
parent e8325eefe6
commit 95a1931853
114 changed files with 54 additions and 1910 deletions

View File

@@ -1,18 +0,0 @@
# MS Word documents
application/msword; ~/.mutt/view_attachment.sh %s "-" '/usr/bin/libreoffice'
# Images
image/jpg; ~/.mutt/view_attachment.sh %s jpg
image/jpeg; ~/.mutt/view_attachment.sh %s jpg
image/pjpeg; ~/.mutt/view_attachment.sh %s jpg
image/png; ~/.mutt/view_attachment.sh %s png
image/gif; ~/.mutt/view_attachment.sh %s gif
# PDFs
application/pdf; ~/.mutt/view_attachment.sh %s pdf
# HTML
text/html; ~/.mutt/view_attachment.sh %s html
# Unidentified files
application/octet-stream; ~/.mutt/view_attachment.sh %s "-"