Skip to content

Instantly share code, notes, and snippets.

@DanielStefanK
Created March 17, 2020 10:46
Show Gist options
  • Save DanielStefanK/b0fb34c36e003a594eb0058f4aac7c27 to your computer and use it in GitHub Desktop.
Save DanielStefanK/b0fb34c36e003a594eb0058f4aac7c27 to your computer and use it in GitHub Desktop.
export ZSH="/Users/danielklose/.oh-my-zsh"
ZSH_THEME="bira"
plugins=(
git
nvm
colorize
cp
jump
npm
gradle
sudo
copyfile
)
source $ZSH/oh-my-zsh.sh
alias serveSimple="python -m SimpleHTTPServer 8080"
alias zshconfig="vim ~/.zshrc"
alias tunnel="/Users/danielklose/Projects/utils/tunnel.sh"
alias brewup='brew update; brew upgrade; brew prune; brew cleanup; brew doctor'
export GOROOT=/usr/local/go
export GOPATH=$HOME/Projects/go
export PATH=$GOPATH/bin:$GOROOT/bin:$PATH
export PATH=/Users/danielklose/Projects/flutter/bin:$PATH
export LC_ALL=en_US.UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment