https://github.com/nass600/macos-setup
One-click setup for a freshly installed macOS via Ansible
https://github.com/nass600/macos-setup
ansible ansible-galaxy macos setup
Last synced: 4 months ago
JSON representation
One-click setup for a freshly installed macOS via Ansible
- Host: GitHub
- URL: https://github.com/nass600/macos-setup
- Owner: nass600
- License: mit
- Created: 2017-02-05T12:11:15.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-03-01T20:41:08.000Z (over 1 year ago)
- Last Synced: 2025-08-24T17:00:42.288Z (10 months ago)
- Topics: ansible, ansible-galaxy, macos, setup
- Language: Shell
- Size: 72.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# macOS setup
[![api]()]()
[]()
One-click setup for a freshly installed macOS via Ansible
> Working in **macOS 15 Sequoia**
## Installation
1. Make sure you can pull code from GitHub having your ssh keys in the `~/.ssh/` directory.
2. Run the installation script:
```bash
sh <(curl -L https://raw.github.com/nass600/macos-setup/main/bin/install)
```
The script will install:
- App Store applications
- Homebrew packages and casks
- Zsh Antigen plugins and Powerline10k
- Vim Vundle
- macOS preferences
For an in-depth detail, you can check the [`default.config.yml`](default.config.yml)
## Uninstallation
Running the following script will remove all the **default** artifacts generated by the installation script:
```bash
sh .macos-setup/bin/uninstall
```
## License
[MIT](LICENSE)
## Author
[Ignacio Velazquez](http://ignaciovelazquez.es)