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

https://github.com/cmccomb/setup

zsh -i <(curl -s https://cmccomb.com/setup/work.zsh)
https://github.com/cmccomb/setup

Last synced: 2 months ago
JSON representation

zsh -i <(curl -s https://cmccomb.com/setup/work.zsh)

Awesome Lists containing this project

README

        

# Setup your mac, my way
[![work.zsh](https://github.com/cmccomb/setup/actions/workflows/test-work.yml/badge.svg)](https://github.com/cmccomb/setup/actions/workflows/test-work.yml)
[![play.zsh](https://github.com/cmccomb/setup/actions/workflows/test-play.yml/badge.svg)](https://github.com/cmccomb/setup/actions/workflows/test-play.yml)
[![deploy](https://github.com/cmccomb/setup/actions/workflows/static.yml/badge.svg)](https://github.com/cmccomb/setup/actions/workflows/static.yml)

This repo contains a heavily opinionated setup script for my Macs. To use this script, simply run:

For work:
```bash
zsh -i <(curl -s https://cmccomb.com/setup/work.zsh)
```

For play:
```bash
zsh -i <(curl -s https://cmccomb.com/setup/play.zsh)
```