mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
zgen is faster...
This commit is contained in:
committed by
Thomas Ruoff
parent
4aaa608bf2
commit
1b547d829b
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,3 +1,6 @@
|
||||
[submodule "base16-shell"]
|
||||
path = base16-shell
|
||||
url = git@github.com:chriskempson/base16-shell.git
|
||||
[submodule "zgen"]
|
||||
path = zgen
|
||||
url = git@github.com:tarjoilija/zgen.git
|
||||
|
||||
1
zgen
Submodule
1
zgen
Submodule
Submodule zgen added at 5517f92ae5
20
zshrc
20
zshrc
@@ -1,14 +1,18 @@
|
||||
source ~/.dotfiles/antigen/antigen.zsh
|
||||
# load zgen
|
||||
source "${HOME}/.dotfiles/zgen/zgen.zsh"
|
||||
|
||||
antigen bundle zsh-users/zsh-syntax-highlighting
|
||||
antigen bundle peterhurford/git-it-on.zsh
|
||||
antigen bundle gerges/oh-my-zsh-jira-plus
|
||||
if ! zgen saved; then
|
||||
echo "Creating a zgen save"
|
||||
|
||||
antigen use oh-my-zsh
|
||||
zgen oh-my-zsh
|
||||
zgen oh-my-zsh themes/robbyrussell
|
||||
|
||||
antigen bundle tmux
|
||||
antigen theme robbyrussell
|
||||
zgen load zsh-users/zsh-completions src
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user