Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 24 hours 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-29T22:21:41.000Z (about 2 months ago)
- Last Synced: 2024-11-07T11:23:41.435Z (8 days ago)
- Topics: brew, mac, setup, shell
- Language: Shell
- Size: 236 KB
- Stars: 161
- Watchers: 7
- Forks: 69
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![CI](https://github.com/pathikrit/mac-setup-script/actions/workflows/ci.yml/badge.svg)](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
```