Skip to content

Commit

Permalink
fix bootstrap, add antigen config
Browse files Browse the repository at this point in the history
  • Loading branch information
Eden Green committed Nov 13, 2017
1 parent 2985f3b commit 13c0a42
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
Binary file modified bootstrap.sh
Binary file not shown.
25 changes: 25 additions & 0 deletions zsh/.zsh/.antigen.zsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
source /usr/local/share/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 bundles <<EOBUNDLES
git
sublime
osx
copyfile
virtualenvwrapper
EOBUNDLES

# Syntax highlighting bundle.
antigen bundle zsh-users/zsh-syntax-highlighting

# Load the theme.
theme=themes/robbyrussell
if ! antigen list | grep -q $theme; then
antigen theme $HOME/.oh-my-zsh/custom $theme
fi

# Tell Antigen that you're done.
antigen apply

0 comments on commit 13c0a42

Please sign in to comment.