https://github.com/pathikrit/mac-setup-script
script to setup my mac
https://github.com/pathikrit/mac-setup-script
brew mac setup shell
Last synced: 2 months ago
JSON representation
script to setup my mac
- Host: GitHub
- URL: https://github.com/pathikrit/mac-setup-script
- Owner: pathikrit
- Created: 2014-11-25T00:36:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-02-26T18:27:06.000Z (3 months ago)
- Last Synced: 2025-03-28T10:07:08.318Z (2 months ago)
- Topics: brew, mac, setup, shell
- Language: Shell
- Size: 215 KB
- Stars: 163
- Watchers: 6
- Forks: 67
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/pathikrit/mac-setup-script/actions/workflows/ci.yml)
Dead simple script to setup my new Mac:
```shell
cd ~/Downloads
curl -sL https://raw.githubusercontent.com/pathikrit/mac-setup-script/master/defaults.sh | bash
curl -O https://raw.githubusercontent.com/pathikrit/mac-setup-script/master/install.sh
chmod +x install.sh
./install.sh
```