https://github.com/yanivmo/automagical-setup
One click setup for your development machine
https://github.com/yanivmo/automagical-setup
installer-script macos setup-development-environment setup-script
Last synced: 5 months ago
JSON representation
One click setup for your development machine
- Host: GitHub
- URL: https://github.com/yanivmo/automagical-setup
- Owner: yanivmo
- License: mit
- Created: 2021-12-12T07:59:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-01T07:09:38.000Z (over 3 years ago)
- Last Synced: 2025-07-21T18:01:38.053Z (7 months ago)
- Topics: installer-script, macos, setup-development-environment, setup-script
- Language: Shell
- Homepage:
- Size: 26.4 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# automagical-setup
So you finally got your new and shiny Mac and now you need to setup
your usual development environment. With Automagical Setup it's one
click away.
Check Brewfile for the list of the installed applications.
This is what I like installed. You are welcome to propose other useful
tools or fork and do it your way!
This project is constantly updated as I iron out my Mac configuration.
## Quick start
```sh
git clone git@github.com:yanivmo/automagical-setup.git
cd automagical-setup
./mac-setup.sh
```
- Restart your terminal session to activate all the changes.
- Switch to Automagical Profile in iTerm2 to enjoy powerlevel10k properly.
## Features
- Runs on a new machine without any prior dependencies or installations.
- Can be executed as many times as needed to add new things without ruining the existing things.
- Need something extra or want to remove something? It's mostly a simple list you can easily edit.
- Configures Oh My Zsh!, powerlevel10k and even iTerm2 fonts automatically.
- Allows to turn on or off features in the settings file. Take a look!
- Rerun updates outdated casks and formulae.
## Missing parts
- vim configuration
- git configuration