Scripts to help setup new laptop
-
Run
xcode-select --install
-
Add your new computer to your github account:
*Replace `$REPLACE_YOUR_GIT_EMAIL$` with your git hub email in quotes ex: `"[email protected]"`* *Replace If using MacOS Monterrey or greater replace `-K` with `--apple-use-keychain`*
-
Run
ssh-keygen -t rsa -b 4096 -C $REPLACE_YOUR_GIT_EMAIL$ && eval "$(ssh-agent -s)" && ssh-add -K ~/.ssh/id_rsa && pbcopy < ~/.ssh/id_rsa.pub
-
In your github profile go to:
Settings > SSH and GPG Keys > New SSH Key
and paste your copied ssh key into the key field -
Run
git config --global user.name "Your Name"
-
Run
git config --global user.email [email protected]
-
- Run
cd ~/Documents && git clone [email protected]:CorinneKelly/computer_setup.git && cd computer_setup
- Run
make initial_setup
- Run
make setup_homebrew
- Run
make install_asdf
- Run
make install_node
- Run
make install_core_services
- Run (Optional)
make install_mobile_tools
- Run
make install_apps