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)
- Host: GitHub
- URL: https://github.com/cmccomb/setup
- Owner: cmccomb
- Created: 2024-11-29T23:25:05.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-21T12:57:33.000Z (5 months ago)
- Last Synced: 2025-01-30T22:51:24.507Z (4 months ago)
- Language: Shell
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup your mac, my way
[](https://github.com/cmccomb/setup/actions/workflows/test-work.yml)
[](https://github.com/cmccomb/setup/actions/workflows/test-play.yml)
[](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)
```