Skip to content

Instantly share code, notes, and snippets.

@mbtamuli
Created March 16, 2016 19:02
Show Gist options
  • Save mbtamuli/2cf19be96d4e634363d2 to your computer and use it in GitHub Desktop.
Save mbtamuli/2cf19be96d4e634363d2 to your computer and use it in GitHub Desktop.
ScotchBox Provisioning
export ZSH=/home/vagrant/.oh-my-zsh
export EDITOR='vim'
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
plugins=(git)
source $ZSH/oh-my-zsh.sh
alias allupdate="sudo apt-get update && sudo apt-fast upgrade -y && sudo apt-fast dist-upgrade -y"
alias spaste="curl -F 'sprunge=<-' http://sprunge.us"
alias afi="sudo apt-fast -y install"
ZSH_THEME="robbyrussell"
DEFAULT_USER="vagrant"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment