diff --git a/bin/azw-setup-user b/bin/azw-setup-user index f7d05a1..4a13a94 100755 --- a/bin/azw-setup-user +++ b/bin/azw-setup-user @@ -138,6 +138,10 @@ function getHomebrewDirectoryPath() { print -- ${homebrew_prefix:-$(getDefaultHomebrewPrefix)}/Homebrew } +function getDefaultGitHomebrewURL() { + print -- ${HOMEBREW_BREW_GIT_REMOTE:-https://github.com/Homebrew/brew.git} +} + function configureFolders() { local dirPath for dirPath in ${HOME}/bin ${HOME}/.vim/{backups,swaps}; do