Constains:
- initialpc.sh
- phpdev.sh
Installation steps:
- tools
- coreutils, findutils and Bash
- Homebrew and Homebrew Cash
- git
- midnight-commander
- node.js and npm
- python
- wget
- boot2docker and docker
- dos2unix
- rename
- fish
- OSX applications
Installation steps for new dev environment:
- PHP 5.6 + XDebug
- PHPUnit
- Composer
Add PHP binary path to user path:
set -U fish_user_paths $fish_user_paths /usr/local/sbin (brew --prefix homebrew/php/php56)/bin
Set default timezone:
[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = "Europe/Prague"