Compare commits

...

2 Commits

Author SHA1 Message Date
15483e4e0f Add lynx to Brewfile. 2024-12-08 13:26:11 +13:00
52e766899f Fix muttmailcap path in .muttrc. 2024-12-08 13:25:54 +13:00
2 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,7 @@ bind index,pager \Co sidebar-open
# Configure html emails # Configure html emails
alternative_order text/plain text/html alternative_order text/plain text/html
auto_view text/html auto_view text/html
set mailcap_path = ~/.mutt/mailcap set mailcap_path = ~/.muttmailcap
#================================================================ #================================================================

View File

@ -29,6 +29,7 @@ brew "helm"
brew "kind" brew "kind"
brew "kubernetes-cli" brew "kubernetes-cli"
brew "kwok" brew "kwok"
brew "lynx"
brew "markdownlint-cli" brew "markdownlint-cli"
brew "markdownlint-cli2" brew "markdownlint-cli2"
brew "mutt" brew "mutt"