Skip to content

Instantly share code, notes, and snippets.

@mwj8410
Last active November 14, 2017 17:16
Show Gist options
  • Save mwj8410/55d4efc3a221e790ef5e7b3f9b38fedb to your computer and use it in GitHub Desktop.
Save mwj8410/55d4efc3a221e790ef5e7b3f9b38fedb to your computer and use it in GitHub Desktop.
Local Dev Configuration

Docker

Tool to clean up VM space brew install docker-clean

docker-clean run

Alternatively, don't do that at all and run: docker images | awk '{if(NR>1) print $3}' | xargs docker rmi -f

Terminal

ZSH

https://github.com/robbyrussell/oh-my-zsh/wiki/Themes

brew install zsh zsh-completions
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Set Theme

nano ~/.zshrc

and add: ZSH_THEME="geoffgarside"

Change path

nano ~/.zshrc

Add values to Path

export PATH=$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment