summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2023-03-17 00:27:20 +0100
committerAhmed Abdelhalim <[email protected]>2023-03-17 00:37:45 +0100
commitad94d6acdc4541903d9bd7688fec7ed1c3385dc3 (patch)
tree75b0e4951fe9b0cbd333430d99f72c3714443911 /README.md
parent9cbff23824464685e2836b79605277a6a26e5efd (diff)
Install neomutt and add basic configurations
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0304836..edd1204 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,7 @@ 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
@@ -48,7 +49,8 @@ ln -sf ~/.rc/.gitignore_global ~/.gitignore_global
mkdir -p ~/.ssh
ln -sf ~/.rc/.ssh/config ~/.ssh/config
-mkdir -p ~/.config/htop ~/.config/wtf ~/.config/tmuxinator
+mkdir -p ~/.config/htop ~/.config/wtf ~/.config/tmuxinator ~/.config/neomutt
+ln -sf ~/.rc/.config/neomutt/mutt-colors-solarized-dark-256.muttrc ~/.config/neomutt/mutt-colors-solarized-dark-256.muttrc
ln -sf ~/.rc/.config/htop/htoprc ~/.config/htop/htoprc
ln -sf ~/.rc/.config/wtf/config.yml ~/.config/wtf/config.yml
ln -sf ~/.rc/.config/tmuxinator/spc.yml ~/.config/tmuxinator/spc.yml