https://github.com/calvinwalzel/setup
System to setup a new mac from scratch
https://github.com/calvinwalzel/setup
Last synced: 17 days ago
JSON representation
System to setup a new mac from scratch
- Host: GitHub
- URL: https://github.com/calvinwalzel/setup
- Owner: CalvinWalzel
- License: mit
- Created: 2021-09-22T23:44:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-18T10:51:23.000Z (over 3 years ago)
- Last Synced: 2025-11-20T09:03:01.407Z (8 months ago)
- Language: Shell
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Installation
Run this:
```sh
$ xcode-select --install
$ git clone --recursive https://github.com/calvinwalzel/setup ~/.dotfiles
$ caffeinate ~/.dotfiles/zero/setup
```
This will run the appropriate installers and symlink the contained files to your
home directory. Everything is configured and tweaked within `~/.dotfiles`.
**Note**: it may be necessary to log in to the App Store before running, as
`brew bundle` will invoke [`mas`](https://github.com/mas-cli/mas) which requires
it.
For a full list of steps done on new machines, see
[CHECKLIST.md](./CHECKLIST.md).
##
This repo uses [zero.sh](https://github.com/zero-sh/zero.sh) for system setup
and configuration.
Based on [`msanders/setup`](https://github.com/msanders/setup) .
Licensed under the MIT License, except where otherwise noted. See
[LICENSE](LICENSE) for more information.