The following steps are required for a typical web developer stack for php and some front-end development. This is for a developer machine and not for a live environment!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| source /usr/local/share/antigen/antigen.zsh | |
| # Plugins | |
| antigen use oh-my-zsh | |
| antigen theme oskarkrawczyk/honukai-iterm-zsh | |
| antigen bundle jessarcher/zsh-artisan | |
| antigen bundle zsh-users/zsh-syntax-highlighting | |
| antigen bundle jessarcher/zsh-artisan | |
| antigen apply |