ddok2 / mac-config

macOS setting script and configs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

macOS Automated Setup

some useful script and configs.

Install Software

Prerequisites

mac-config files

Clone this repository at user's home dir.

git clone git@github.com:ddok2/mac-config.git ~/.mac-config

Mac App Store

Signin to the Mac App Store

Run Scripts

cd ~/.mac-config

# setting brew and install apps
./bin/1-setup-brew.sh

# setting common things (macOS, github)
./bin/2-common-settings.sh

# setting zshrc
./bin/3-shell-settings.sh

# setting dev config (Go, Node, etc)
./bin/4-dev-settings.sh

About

macOS setting script and configs.


Languages

Language:Shell 84.0%Language:Ruby 16.0%