Mercurial > dotfiles
comparison install.sh @ 279:c7960dd70c25
Add Mutt config installer.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 27 Jan 2015 15:27:05 -0800 |
parents | 53b522bf4cd4 |
children | 897a6823d603 |
comparison
equal
deleted
inserted
replaced
278:9cc79143db21 | 279:c7960dd70c25 |
---|---|
44 | 44 |
45 # WEECHAT | 45 # WEECHAT |
46 # ------ | 46 # ------ |
47 ln -s "$CWD/weechat" "$HOME/.weechat" | 47 ln -s "$CWD/weechat" "$HOME/.weechat" |
48 | 48 |
49 # MUTT | |
50 # ---- | |
51 | |
52 echo source "gpg2 -dq $CWD/mutt/variables.gpg |" > "$HOME/.muttrc" | |
53 echo source "$CWD/mutt/muttrc" >> "$HOME/.muttrc" | |
54 echo source "$CWD/mutt/mutt-colors-solarized/mutt-colors-solarized-dark-256.muttrc" >> "$HOME/.muttrc" | |
55 |