https://github.com/devopsmakers/macstrap
It's boring bootstrapping a new MacBook time and time again - here is what I use to do it.
https://github.com/devopsmakers/macstrap
Last synced: 10 months ago
JSON representation
It's boring bootstrapping a new MacBook time and time again - here is what I use to do it.
- Host: GitHub
- URL: https://github.com/devopsmakers/macstrap
- Owner: devopsmakers
- License: mit
- Created: 2019-10-08T12:26:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-24T21:12:59.000Z (about 6 years ago)
- Last Synced: 2025-01-11T15:48:02.727Z (12 months ago)
- Language: Shell
- Homepage: https://devopsmakers.github.io/macstrap/
- Size: 96.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# macstrap - This may be destructive
It's boring bootstrapping a new MacBook time and time again - here is what I use to do it.
> Based heavily on some internal tooling in use at [Ghost](https://ghost.org).
## Installs
The following things will be installed and configured wherever possible.
* brew
* oh-my-zsh
* powerlevel10k
* tfenv
* terragrunt
* xterrafile
* kubectl
> ⚠️I override the `open` command to open web pages in incognito with a unique
temporary profile. This allows us to have multiple, isolated logins when using
tools like `aws-vault` to login to the AWS Console.
## Installation
TL; DR - Just tell me how to install it, I don't care if your break the things...
```
curl -o- https://devopsmakers.github.io/macstrap/install.sh | bash
```