Automatic provisioning tool for BeautySelection's backend developer on Max(OS X).
This script will install some essential software
and oh-my-zsh shell with powerlevel10k theme.
Please contribute this repository if you discover helpful tools or automations for everyone's efficiency.
Create the AWS access key ID and secret access key.
- Visit the IAM console
- Select your IAM user name.
- Select the Security Credentials tab and then Create Access Key.
git clone https://github.com/beautyselection/auto-init-mac.git
cd auto-init-mac
chmod 755 install.sh
./install.sh
[1] Back-End
[2] Front-End
[3] Data Engineer
choose your install type[1|2|3 or skip install if not input.]:
See Brewfile
For customizing software list, edit Brewfile
before run ./install.sh
.
After contribution, you can test this script on virtual OS X created by docker or parallels.