Prep work before we use the new setup
This commit is contained in:
4
install
4
install
@@ -4,7 +4,7 @@ if [[ $(uname) == 'Darwin' ]]; then
|
||||
if ! command -v brew &>/dev/null
|
||||
then
|
||||
# We need to update bash, so we'll start with setting up homebrew.
|
||||
./osx/pre_install
|
||||
./macos/pre_install
|
||||
exit
|
||||
fi
|
||||
fi
|
||||
@@ -136,7 +136,7 @@ if [[ $is_windows -eq 1 ]]; then
|
||||
setup_bash
|
||||
elif [[ $is_macos -eq 1 ]]; then
|
||||
printf "\n${BOLD}Setting up MacOS${NORMAL}\n\n"
|
||||
os_name="osx"
|
||||
os_name="macos"
|
||||
setup_zsh
|
||||
setup_bash
|
||||
use_shell zsh
|
||||
|
||||
Reference in New Issue
Block a user