Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 603 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 603 Bytes

Config zsh, git, php

Intallation

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]

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.