xcode-select --install
# Apps
brew cask install spotify
brew cask install sublime-text
brew cask install visual-studio-code
brew cask install sequel-pro
brew cask install telegram
brew cask install slack
# Dev tools
brew install zsh zsh-completions
brew install node
brew install yarn
# Helpful Utils
brew install httpie
brew install wget
brew install trash
Oh My Zsh: https://github.com/robbyrussell/oh-my-zsh#basic-installation
Colour schemes: https://github.com/lysyi3m/osx-terminal-themes
export PATH=$HOME/bin:/usr/local/bin:./node_modules/.bin:$PATH
ZSH_THEME="dst"
[user]
name = example
email = [email protected]
[alias]
nah = !git reset --hard; git clean -df;
lg = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(auto)%d%C(reset)'