From 5ca1cc508961759c16f0f66a7ee9e7b651782c36 Mon Sep 17 00:00:00 2001 From: Jesse Hitch Date: Sat, 31 Dec 2022 11:41:04 +0100 Subject: [PATCH] update readme for fastfetch and comments for mailcap in neomutt --- .config/neomutt/mailcap | 2 +- README.md | 30 ++++++++++++++---------------- 2 files changed, 15 insertions(+), 17 deletions(-) diff --git a/.config/neomutt/mailcap b/.config/neomutt/mailcap index a4787f1..44e4def 100644 --- a/.config/neomutt/mailcap +++ b/.config/neomutt/mailcap @@ -4,9 +4,9 @@ # any image should be handled by sixel right now image/*; img2sixel %s; needsterminal +# text/html; zellij action new-pane -c -- w3m -sixel -config ~/.config/w3m/config -T text/html -F %s; nametemplate=%s.html # for displaying html files in a new split in iterm2 with w3m and sixel text/html; (clear && w3m-splits %s); nametemplate=%s.html -# text/html; zellij action new-pane -c -- w3m -sixel -config ~/.config/w3m/config -T text/html -F %s; nametemplate=%s.html # use default program (preview in macOS) application/pdf; open %s diff --git a/README.md b/README.md index 81cccee..a966cd3 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,19 @@ These directories/files are installed to your home directory and follow the [XDG +
+ fastfetch + +
+ + File: [`~/.config/fastfetch/config.conf`](.config/fastfetch/config.conf) + + Config file for [fastfetch], is a neofetch-like tool for fetching system information and displaying them in a pretty way. It is written in pure c, with performance and customizability in mind. Currently, Linux, Android, FreeBSD, MacOS and Windows 7+ are supported. + +
+ +
+
gh @@ -262,21 +275,6 @@ These directories/files are installed to your home directory and follow the [XDG
-
- neofetch - -
- - File: [`~/.config/neofetch/config.conf`](.config/neofetch/config.conf) - - Config file for [neofetch], a command-line system information tool - written in bash 3.2+. The intension is to pair down information to only - what's needed, and maybe have a cute image :) - -
- -
-
neomutt @@ -780,7 +778,7 @@ onboardme --git_url https://github.com/your_username/dot_files --git_branch main [BASH]: https://en.wikipedia.org/wiki/Brian_Fox_(computer_programmer) "BASH" [bw]: https://bitwarden.com/help/cli "bitwarden CLI" [github-cli]: https://cli.github.com/ "github cli" -[neofetch]: https://github.com/dylanaraps/neofetch "neofetch" +[fastfetch]: https://github.com/LinusDierheimer/fastfetch "fastfetch" [powerline]: https://github.com/powerline/powerline "powerline" [rich-cli]: https://github.com/Textualize/rich-cli "rich cli" [sixel]: https://en.wikipedia.org/wiki/Sixel "sixel"