Add an unmanaged local_dotfiles dir to override dotfiles.

This commit is contained in:
David Tomaschik
2016-02-17 10:15:14 -08:00
parent bf6e7bd315
commit a43c80639d
2 changed files with 3 additions and 0 deletions

View File

@@ -282,6 +282,8 @@ install_dotfile_dir "${BASEDIR}/dotfiles"
test -d "${BASEDIR}/private_dotfiles" && \
test -d "${BASEDIR}/.git/git-crypt" && \
install_dotfile_dir "${BASEDIR}/private_dotfiles"
test -d "${BASEDIR}/local_dotfiles" && \
install_dotfile_dir "${BASEDIR}/local_dotfiles"
install_basic_dir "${BASEDIR}/bin" "${HOME}/bin"
(( $MINIMAL )) || postinstall
(( $INSTALL_KEYS )) && install_keys