diff options
author | Karel Kočí <cynerd@email.cz> | 2019-11-08 19:31:26 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-11-08 19:34:13 +0100 |
commit | ef03a5c5b7093782009d20b95d9a34f31d464fb1 (patch) | |
tree | 9f28b2fb3fe3784fa736370200737253faf4e70f /install | |
parent | 516113e50c21d4444cd74d991dcb27793b092187 (diff) | |
download | myconfigs-ef03a5c5b7093782009d20b95d9a34f31d464fb1.tar.gz myconfigs-ef03a5c5b7093782009d20b95d9a34f31d464fb1.tar.bz2 myconfigs-ef03a5c5b7093782009d20b95d9a34f31d464fb1.zip |
Fix mutt
Diffstat (limited to 'install')
-rwxr-xr-x | install | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -21,7 +21,10 @@ fi if ask "git" "Install GIT configuration"; then inst gitconfig ~/.gitconfig - inst local/git-prompt.sh ~/.local/ +fi + +if ask "gpg" "Install GPG configuration"; then + inst gnupg/gpg.conf ~/.gnupg/gpg.conf fi if ask "gnuscreen" "Install configurations for various utility tools"; then @@ -70,7 +73,6 @@ if ask "mutt" "Install mutt configuration"; then inst urlview ~/.urlview inst lynxrc ~/.lynxrc inst mutt/mailcap ~/.mutt/ - inst mutt/gpg.rc ~/.mutt/ inst mutt/color ~/.mutt/ inst_mutt_conf # Contains: |