diff --git a/020_mutt-khard.sh b/020_mutt-khard.sh index eac6329..297c49f 100755 --- a/020_mutt-khard.sh +++ b/020_mutt-khard.sh @@ -34,9 +34,10 @@ EOF mkdir -p /etc/skel/.contacts/family/ mkdir -p /etc/skel/.contacts/friends/ -mkdir -/etc/skel/.contacts/business/ +mkdir -p /etc/skel/.contacts/business/ # /usr/share/doc/khard/examples/khard/khard.conf.example +mkdir -p /etc/skel/.config/khard cat >/etc/skel/.config/khard/khard.conf <<'EOF' [addressbooks] [[family]] diff --git a/020_mutt-wizard.sh b/020_mutt-wizard.sh index 93aa781..b53c14c 100755 --- a/020_mutt-wizard.sh +++ b/020_mutt-wizard.sh @@ -49,7 +49,6 @@ set -e #set -x apt-get install -y git neomutt urlscan w3m w3m-img ripmime isync msmtp vdirsyncer pass mailsync libnotify-bin lynx urlview -echo 'alias mutt="neomutt "' >> $HOME/.zsh_aliases.d/002_neomutt.zsh # Shared variables for the heredocs BASE_URL='https://api.github.com/repos' @@ -105,7 +104,6 @@ DOC_DIR=/usr/share/doc # make a new temporary directory for this use to avoid permission issues. BASE_TMP_DIR=~/tmptmp/checkinstall_tmp #------------------------------------------------------------------------------- - wget -c -P ${MUTTDOCS} ${LICENSE_PAGE_URL} mkdir -p ${BUILD_DIR} @@ -252,6 +250,10 @@ mkdir -p ${EXAMPLES}/colorschemes mkdir -p ${EXAMPLES}/accounts mkdir -p ${EXAMPLES}/fonts +#--------------------------------------------------------------------------------- +mkdir -p ${BUILD_DIR}/skel/.zsh_aliases.d/ +echo 'alias mutt="neomutt "' >> ${BUILD_DIR}/skel/.zsh_aliases.d/002_neomutt.zsh +#--------------------------------------------------------------------------------- ## git clone https://github.com/sheoak/neomutt-powerline-nerdfonts.git