zgen is faster...

This commit is contained in:
Thomas Ruoff
2015-06-24 11:58:34 +02:00
committed by Thomas Ruoff
parent 4aaa608bf2
commit 1b547d829b
3 changed files with 16 additions and 8 deletions

3
.gitmodules vendored
View File

@@ -1,3 +1,6 @@
[submodule "base16-shell"] [submodule "base16-shell"]
path = base16-shell path = base16-shell
url = git@github.com:chriskempson/base16-shell.git url = git@github.com:chriskempson/base16-shell.git
[submodule "zgen"]
path = zgen
url = git@github.com:tarjoilija/zgen.git

1
zgen Submodule

Submodule zgen added at 5517f92ae5

20
zshrc
View File

@@ -1,14 +1,18 @@
source ~/.dotfiles/antigen/antigen.zsh # load zgen
source "${HOME}/.dotfiles/zgen/zgen.zsh"
antigen bundle zsh-users/zsh-syntax-highlighting if ! zgen saved; then
antigen bundle peterhurford/git-it-on.zsh echo "Creating a zgen save"
antigen bundle gerges/oh-my-zsh-jira-plus
antigen use oh-my-zsh zgen oh-my-zsh
zgen oh-my-zsh themes/robbyrussell
antigen bundle tmux zgen load zsh-users/zsh-completions src
antigen theme robbyrussell zgen load zsh-users/zsh-syntax-highlighting
antigen apply zgen load peterhurford/git-it-on.zsh
zgen load gerges/oh-my-zsh-jira-plus
zgen save
fi