dotfiles/.zshrc

23 lines
490 B
Bash
Raw Normal View History

2017-09-28 10:29:03 +00:00
source $HOME/.antigen.zsh
2017-09-01 12:43:51 +00:00
source $HOME/.aliases
# 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 lein
antigen bundle command-not-found
# Syntax highlighting bundle.
antigen bundle zsh-users/zsh-syntax-highlighting
2017-09-28 10:13:46 +00:00
antigen bundle zsh-users/zsh-autosuggestions
2017-09-01 12:43:51 +00:00
# Load the theme.
antigen theme gentoo
# Tell Antigen that you're done.
antigen apply