- Dev Build Dependencies
xcode-select --install- Homebrew
- Change default shell to latest version of bash installed by homebrew
sudo vi /etc/shells Add /usr/local/bin/bash to the top of the list of available shells
Then
chsh -s /usr/local/bin/bashto switch
- Download bash_profile
curl -o ~/Downloads/.bash_profile -fsSL https://github.com/dewhurstwill/dotfiles/tree/main/.bash_profile-
Copy contents of downloaded bash profile to ~/.bash_profile
-
Create a dev directory
mkdir ~/devDONE!