Skip to content

Instantly share code, notes, and snippets.

Introduction

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!

Installation stack

@jopicornell
jopicornell / .zshrc
Last active March 20, 2019 16:09 — forked from t-io/osx_install.sh
Install most of my Apps with homebrew & cask
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