Skip to content

bash_profile, visual studio code user settings, terminal customizations, and more for mac

Notifications You must be signed in to change notification settings

tap52384/mac-settings

Repository files navigation

mac-settings

bash_profile, visual studio code user settings, terminal customizations, and more for macOS

Usage

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

Purpose

This code has several purposes:

Links

Homebrew LSCOLORS Generator

About

bash_profile, visual studio code user settings, terminal customizations, and more for mac

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published