https://github.com/shunkakinoki/mini_mac_setup
https://github.com/shunkakinoki/mini_mac_setup
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shunkakinoki/mini_mac_setup
- Owner: shunkakinoki
- Created: 2019-06-15T03:11:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-15T03:18:48.000Z (almost 6 years ago)
- Last Synced: 2025-03-06T21:58:02.717Z (2 months ago)
- Language: Shell
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mini_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 |