- install nvm
- install homebrew and launchrocket
- install webstorm, vscode, and atom
- install atlassian sourcetree
- install hyper and iterm
- install postman
- install sequel pro
.bash_profile
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
export CLICOLOR=1
LSCOLORS=ExFxBxDxCxegedabagacad
export PS1='\[\033[0;91m\][\u]\[\033[0m\] in \[\033[0;97m\]\W\[\033[0m\]\[\033[0;94m\] 🍔 \[\033[0m\] '
alias showFiles='defaults write com.apple.finder AppleShowAllFiles YES; killall Finder /System/Library/CoreServices/Finder.app'
alias hideFiles='defaults write com.apple.finder AppleShowAllFiles NO; killall Finder /System/Library/CoreServices/Finder.app'