summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2023-03-23 04:14:27 +0100
committerAhmed Abdelhalim <[email protected]>2023-03-23 04:14:27 +0100
commitcac814399d75220b2ea02421d6f28055ab5b4d49 (patch)
treed763ec5deaaa9411c381cd52ac9a33b047dab57c /README.md
parente7f451cf14317f4b84a0a5998b70b998c14af45a (diff)
Add links install instruction and update brew file
The Brewfile doesn't include the tools that aren't used all the time
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 16 insertions, 7 deletions
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 [email protected]:~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
+```