Aluminium is a shell script to set up a new macOS environment.
Reboot into Recovery Mode by holding the Command (⌘) and R keys until the Apple logo appears on the screen.
The following steps should be run in order.
- Open Terminal
- Run
git
- Click Get Xcode
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
This needs to be done manually prior to running the script.
git clone https://github.com/jonmilner/aluminium.git ~/aluminium && cd aluminium
sh aluminium
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
Open the Command Palette (⇧⌘P) and type shell command
to find the Shell Command: Install 'code' command in PATH command.
- Formation by Mina Markham.