mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Add an unmanaged local_dotfiles dir to override dotfiles.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@ installed-prefs
|
|||||||
*.swp
|
*.swp
|
||||||
*~
|
*~
|
||||||
*.bak
|
*.bak
|
||||||
|
local_dotfiles
|
||||||
|
|||||||
@@ -282,6 +282,8 @@ install_dotfile_dir "${BASEDIR}/dotfiles"
|
|||||||
test -d "${BASEDIR}/private_dotfiles" && \
|
test -d "${BASEDIR}/private_dotfiles" && \
|
||||||
test -d "${BASEDIR}/.git/git-crypt" && \
|
test -d "${BASEDIR}/.git/git-crypt" && \
|
||||||
install_dotfile_dir "${BASEDIR}/private_dotfiles"
|
install_dotfile_dir "${BASEDIR}/private_dotfiles"
|
||||||
|
test -d "${BASEDIR}/local_dotfiles" && \
|
||||||
|
install_dotfile_dir "${BASEDIR}/local_dotfiles"
|
||||||
install_basic_dir "${BASEDIR}/bin" "${HOME}/bin"
|
install_basic_dir "${BASEDIR}/bin" "${HOME}/bin"
|
||||||
(( $MINIMAL )) || postinstall
|
(( $MINIMAL )) || postinstall
|
||||||
(( $INSTALL_KEYS )) && install_keys
|
(( $INSTALL_KEYS )) && install_keys
|
||||||
|
|||||||
Reference in New Issue
Block a user