Point to /etc/skel.

This commit is contained in:
Cyteen May 2020-02-24 23:12:09 +00:00
parent 0bbd986749
commit f7f4657062
2 changed files with 6 additions and 3 deletions

View File

@ -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]]

View File

@ -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