diff --git a/.gitignore b/.gitignore index 494f98c..8a039c7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ installed-prefs *.swp *~ *.bak +local_dotfiles diff --git a/install.sh b/install.sh index 402cd47..736b9da 100755 --- a/install.sh +++ b/install.sh @@ -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