Bomb is a simple collection of shell scripts (bombs) to install developer tools on your mac in a simple and easy way, trying to follow best practices. It is highly opinionated.
It also automatically adds stuff to your .zshrc and .zprofile files, asks for input etc. So after running a bomb, you are good to go.
Tested on my Macbook Air M1 2021.
Important! Use at your own risk. I created this for myself to setup new computers for developers in an easy way.
It works on my machine, but check the code before running anything.
# Permanently show hidden files on mac
sh show-hidden-files.sh
# Brew
sh brew.sh
# Git
sh git.sh
# Test Git
sh git-test.sh
# Custom Terminal prompt using zsh-git-prompt
sh zsh-git-prompt.sh
# Javascript npm using nvm
sh javascript.sh
# Python 3 (requires brew.sh)
sh python.sh
# AWS CLI v2 + configure
sh aws.sh
# Serverless Framework (requires npm.sh)
sh serverless.sh