diff options
| author | Ahmed Abdelhalim <[email protected]> | 2023-03-23 04:14:27 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2023-03-23 04:14:27 +0100 |
| commit | cac814399d75220b2ea02421d6f28055ab5b4d49 (patch) | |
| tree | d763ec5deaaa9411c381cd52ac9a33b047dab57c /README.md | |
| parent | e7f451cf14317f4b84a0a5998b70b998c14af45a (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.md | 23 |
1 files changed, 16 insertions, 7 deletions
@@ -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 +``` |
