For linux
Current user just run : sudo ./install.sh [options]
Root user run : sudo su && ./install.sh [options]
For Mac
Install brew
, git
, zsh
, php
Just run : ./install.sh [options]
Possibility not to install some component of the script thanks to options follows:
--no-zsh
: not install zsh.--no-composer
: not install composer.--no-term
: not install term terminator.--help
: Display this help message.