summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2023-03-20 22:11:37 +0100
committerAhmed Abdelhalim <[email protected]>2023-03-20 22:11:37 +0100
commita8645b0868d47064d3b3a1b7569d3a2b84770423 (patch)
treed52c926a9e4dfbd4368e4f239263a8e92fa0396f /README.md
parent0a8cc24978472c7400977cb3e3c303f7baf44906 (diff)
Add modular neomutt configurations (settings/colors/bindings/etc)
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 44aa72a..f26da24 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,6 @@ ln -sf ~/.rc/.bash_profile ~/.bash_profile
ln -sf ~/.rc/.editorconfig ~/.editorconfig
ln -sf ~/.rc/.inputrc ~/.inputrc
ln -sf ~/.rc/.screenrc ~/.screenrc
-ln -sf ~/.rc/.neomuttrc ~/.neomuttrc
ln -sf ~/.rc/.tmux.conf ~/.tmux.conf
ln -sf ~/.rc/.tmux-osx.conf ~/.tmux-osx.conf
@@ -64,6 +63,12 @@ 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
+
cd ~/.rc
git remote remove origin
git remote add origin [email protected]:~a14m/.rc