Point to /etc/skel.
This commit is contained in:
parent
0bbd986749
commit
f7f4657062
|
|
@ -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]]
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue