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@domain.com"`* *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 Keyand paste your copied ssh key into the key field -
Run
git config --global user.name "Your Name" -
Run
git config --global user.email you@example.com
-
- Run
cd ~/Documents && git clone git@github.com:CorinneKelly/computer_setup.git && cd computer_setup - Run
make initial_setup - Run
make setup_homebrew username=<your computer username> - Run
make install_asdf - Run
make install_node - Run
make install_core_services - Run (Optional)
make install_mobile_tools - Run
make install_apps