mirror of
https://github.com/Lissy93/dotfiles.git
synced 2025-02-04 17:49:12 +01:00
24 lines
463 B
Bash
24 lines
463 B
Bash
|
|
ZSH_BASE=$HOME/dotfiles
|
|
|
|
source ~/.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 heroku
|
|
antigen bundle pip
|
|
antigen bundle lein
|
|
antigen bundle command-not-found
|
|
|
|
# Syntax highlighting bundle.
|
|
antigen bundle zsh-users/zsh-syntax-highlighting
|
|
|
|
# Load the theme.
|
|
antigen theme robbyrussell
|
|
|
|
# Tell Antigen that you're done.
|
|
antigen apply
|