Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```