mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Updates
This commit is contained in:
@@ -225,6 +225,13 @@ install_main() {
|
||||
}
|
||||
install_dotfiles
|
||||
link_directory_contents "${BASEDIR}/bin" "${HOME}/bin" ""
|
||||
|
||||
# macOS specific Homebrew bundle installation
|
||||
if [[ "$(uname)" == "Darwin" ]] && have_command brew && [[ -f "${BASEDIR}/Brewfile" ]]; then
|
||||
verbose "Checking Homebrew bundle..."
|
||||
brew bundle install --file="${BASEDIR}/Brewfile" --no-lock
|
||||
fi
|
||||
|
||||
[[ "$INSTALL_KEYS" = 1 ]] && install_keys
|
||||
save_prefs
|
||||
cleanup
|
||||
|
||||
Reference in New Issue
Block a user