Prep work before we use the new setup

This commit is contained in:
2023-06-13 15:45:28 -04:00
parent c7845e62d9
commit 0ee1e7666e
11 changed files with 22 additions and 38 deletions

View File

@@ -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