mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
Make sure we have git-crypt setup before installing private_dotfiles.
This commit is contained in:
@@ -274,6 +274,7 @@ ARCH=`uname -m`
|
||||
(( $INSTALL_PKGS )) && is_deb_system && install_apt_pkgs
|
||||
install_dotfile_dir "${BASEDIR}/dotfiles"
|
||||
test -d "${BASEDIR}/private_dotfiles" && \
|
||||
test -d "${BASEDIR}/.git/git-crypt" && \
|
||||
install_dotfile_dir "${BASEDIR}/private_dotfiles"
|
||||
install_basic_dir "${BASEDIR}/bin" "${HOME}/bin"
|
||||
(( $MINIMAL )) || postinstall
|
||||
|
||||
Reference in New Issue
Block a user