Skip to content

Instantly share code, notes, and snippets.

@sobanvuex
Last active August 29, 2015 14:03
Show Gist options
  • Save sobanvuex/f7c071697bcecf47325d to your computer and use it in GitHub Desktop.
Save sobanvuex/f7c071697bcecf47325d to your computer and use it in GitHub Desktop.
# curl -L http://git.io/3leudw > .zshrc
export ZSH=$HOME/.oh-my-zsh
ZSH_THEME=agnoster
COMPLETION_WAITING_DOTS="true"
HIST_STAMPS="yyyy-mm-dd"
plugins=(debian systemd extract history jump git pip lol nyan themes composer zsh_reload)
source $ZSH/oh-my-zsh.sh
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
alias q='printf "\ec"'
alias apt-upgrade='sudo apt-get update && sudo apt-get -V upgrade'
alias apt-cleanup='sudo apt-get clean && sudo apt-get autoclean && sudo apt-get --purge autoremove && sudo apt-get check'
alias apt-install='sudo apt-get install'
alias apt-purge='sudo apt-get purge'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment