From cac814399d75220b2ea02421d6f28055ab5b4d49 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 23 Mar 2023 04:14:27 +0100 Subject: Add links install instruction and update brew file The Brewfile doesn't include the tools that aren't used all the time --- README.md | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7247748..6e8d683 100644 --- a/README.md +++ b/README.md @@ -64,13 +64,6 @@ ln -sf ~/.rc/.config/tmuxinator/personal.yml ~/.config/tmuxinator/personal.yml ln -sf ~/.rc/.config/tmuxinator/spc.yml ~/.config/tmuxinator/spc.yml ln -sf ~/.rc/.config/tmuxinator/infra.yml ~/.config/tmuxinator/infra.yml -mkdir -p ~/.config/neomutt -ln -sf ~/.rc/.neomuttrc ~/.neomuttrc -ln -sf ~/.rc/.config/neomutt/settings ~/.config/neomutt/settings -ln -sf ~/.rc/.config/neomutt/colors ~/.config/neomutt/colors -ln -sf ~/.rc/.config/neomutt/mappings ~/.config/neomutt/mappings -ln -sf ~/.rc/.config/neomutt/mailcap ~/.config/neomutt/mailcap - cd ~/.rc git remote remove origin git remote add origin git@git.sr.ht:~a14m/.rc @@ -214,3 +207,19 @@ sudo chmod +x /usr/local/bin/cht.sh brew install rlwrap sudo apt install rlwrap xsel -y ``` + +- Mutt email/links browser +```bash +brew install neomutt +brew install links + +mkdir -p ~/.config/neomutt +ln -sf ~/.rc/.neomuttrc ~/.neomuttrc +ln -sf ~/.rc/.config/neomutt/settings ~/.config/neomutt/settings +ln -sf ~/.rc/.config/neomutt/colors ~/.config/neomutt/colors +ln -sf ~/.rc/.config/neomutt/mappings ~/.config/neomutt/mappings +ln -sf ~/.rc/.config/neomutt/mailcap ~/.config/neomutt/mailcap + +mkdir -p ~/.links +ln -sf ~/.rc/.links/links.cfg ~/.links/links.cfg +``` -- cgit v1.2.3