https://github.com/shunkakinoki/mac_setup
Personal Mac Setup Automatic Configuration
https://github.com/shunkakinoki/mac_setup
Last synced: 2 months ago
JSON representation
Personal Mac Setup Automatic Configuration
- Host: GitHub
- URL: https://github.com/shunkakinoki/mac_setup
- Owner: shunkakinoki
- Created: 2019-05-21T08:24:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-11T09:00:17.000Z (over 5 years ago)
- Last Synced: 2025-03-06T21:58:02.479Z (2 months ago)
- Language: Shell
- Homepage:
- Size: 218 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mac_setup
My implementation of Macintosh Setup.
Original code [https://github.com/caseyWebb/laptop](https://github.com/caseyWebb/laptop)## TL;DR
`curl https://raw.githubusercontent.com/shunkakinoki/mac_setup/master/install.sh | bash`
### Abstract
Development (and more) environment setup for MacOS. Automatically syncs to make cloning your machine a breeze.
Built with:
- Homebrew
- zsh
- git### Install
- Fork
- Change "shunkakinoki" to your GitHub username in [`install.sh`](./install.sh)
- Edit [`dotfiles/.gitconfig`](./dotfiles/.gitconfig)
- `curl https://raw.githubusercontent.com/shunkakinoki/mac_setup/master/install.sh | bash`**NOTE:** No `sudo`
**NOTE:** If you don't like curl-ing into bash, you can install git and clone this repo, then run `./install.sh`.
### Architecture
There are 4 types of [scripts](./scripts), designated by the first digit:
| Digit | Type |
|-------|-------------------------------|
| 0 | install |
| 1 | system configuration |
| 2 | environment configuration |
| 3 | chores |