bash_profile, visual studio code user settings, terminal customizations, and more for macOS
In a macOS terminal:
# Open the App Store and sign in. Login cannot be scripted:
open /System/Applications/App\ Store.app/
# Instructions inspired by https://stackoverflow.com/a/36084134/1620794
cd ~
# Make a directory for your code
mkdir -p ~/code
# may have to install command-line tools
git init
# Agree to the Xcode/iOS license if you haven't already
xcode-select --install
sudo xcodebuild -license accept
# Links the current directory to this repo
git remote add origin https://github.com/tap52384/mac-settings.git
# Fetch all branches for this repository
git fetch --all
# Checks out the "dev" branch and sets the upstream to "origin/dev"
git checkout origin/dev -t
This code has several purposes:
- To quickly install applications via terminal
- Install extensions
- Atom
- Visual Studio Code
- Monitor and capture configurations for apps
- Atom
- Visual Studio Code