- a docker container in which you can SSH in
- PHP8.0 installed, with
composer
andsymfony
(PHP7 is on older tag) - (optional) Neovim: same as vim but better, with php autocompletion
- (optional) Zsh: with my zshrc (that you can replace by yours
- docker
./create_docker.sh
TODO
alias gs="git status"
alias gm="git checkout master"
alias gp="git pull origin"
alias ga="git commit --amend"