Skip to content

Instantly share code, notes, and snippets.

@K-orne
Created April 8, 2015 16:33
Show Gist options
  • Save K-orne/73a5f9c4b8f617cc7c31 to your computer and use it in GitHub Desktop.
Save K-orne/73a5f9c4b8f617cc7c31 to your computer and use it in GitHub Desktop.
source ~/.antigen/antigen.zsh
# Load the oh-my-zsh's library.
antigen use oh-my-zsh
#
# # Bundles from the default repo (robbyrussell's oh-my-zsh).
antigen bundle git
# antigen bundle heroku
#antigen bundle pip
antigen bundle ssh-agent
antigen bundle colorize
# antigen bundle lein
antigen bundle command-not-found
antigen bundle archlinux
antigen bundle sudo
#antigen bundle virtualenv
#antigen bundle virtualenvwrapper
antigen bundle systemd
#antigen bundle zsh_reload
antigen bundle compleat
antigen bundle powerline/powerline
#
# # Syntax highlighting bundle.
antigen bundle zsh-users/zsh-syntax-highlighting
#
# # Load the theme.
antigen theme agnoster
#
# # Tell antigen that you're done.
antigen apply
alias remove_oprhans='yaourt -Rns $(yaourt -Qtdq)'
export EDITOR=vim
export VISUAL=$EDITOR
# virtualenv settings
export WORKON_HOME=$HOME/.virtualenvs
#source /usr/bin/virtualenvwrapper.sh
#. ~/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-powerline-SLASH-powerline.git/powerline/bindings/zsh/powerline.zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment