Skip to content

Instantly share code, notes, and snippets.

@sebva
Last active November 7, 2017 12:31
Show Gist options
  • Save sebva/1adeaa10995e124b4166 to your computer and use it in GitHub Desktop.
Save sebva/1adeaa10995e124b4166 to your computer and use it in GitHub Desktop.
zshrc
DEFAULT_USER=sebastien
source /usr/share/zsh-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 adb
antigen bundle debian
antigen bundle python
antigen bundle sudo
antigen bundle command-not-found
antigen bundle git-flow
# Syntax highlighting bundle.
antigen bundle zsh-users/zsh-syntax-highlighting
# Load the theme.
antigen theme agnoster
# Tell antigen that you're done.
antigen apply
export apt_pref=apt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment