Skip to content

Commit

Permalink
replace antigen with zplug
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihai-Valentin DUMITRU authored and vuplea committed Feb 26, 2017
1 parent fc8c973 commit ab2be05
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 22 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[submodule ".zsh/antigen-repo"]
path = .zsh/antigen-repo
url = https://github.com/zsh-users/antigen.git
[submodule "gits/peda"]
path = gits/peda
url = https://github.com/longld/peda.git
[submodule ".vim/plugins/vim-plug"]
path = .vim/plugins/vim-plug
url = https://github.com/junegunn/vim-plug.git
[submodule ".zsh/zplug"]
path = .zsh/zplug
url = https://github.com/zplug/zplug
1 change: 0 additions & 1 deletion .zsh/antigen-repo
Submodule antigen-repo deleted from 1fd76a
1 change: 1 addition & 0 deletions .zsh/zplug
Submodule zplug added at 0b390b
33 changes: 15 additions & 18 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,22 @@ XXX
# GRML upstream
[[ -f ~/.zsh/grml-arch.zsh ]] && source ~/.zsh/grml-arch.zsh

# Antigen plugins
export ADOTDIR=~/.zsh/.antigen-cache
export ZSH_CACHE_DIR=~/.zsh/.antigen-cache
[[ -f ~/.zsh/antigen-repo/antigen.zsh ]] && source ~/.zsh/antigen-repo/antigen.zsh
# Plugins
[[ -f ~/.zsh/zplug/init.zsh ]] && source ~/.zsh/zplug/init.zsh

antigen bundle common-aliases
antigen bundle dirhistory
antigen bundle fancy-ctrl-z
antigen bundle git
antigen bundle last-working-dir
antigen bundle sudo
antigen bundle wd
antigen bundle z
antigen bundle nilsonholger/osx-zsh-completions
antigen bundle zsh-users/zsh-autosuggestions
antigen bundle zsh-users/zsh-completions
antigen bundle zsh-users/zsh-history-substring-search
antigen bundle zsh-users/zsh-syntax-highlighting
antigen apply
zplug plugins/common-aliases, from:oh-my-zsh
zplug plugins/fancy-ctrl-z, from:oh-my-zsh
zplug plugins/git, from:oh-my-zsh
zplug plugins/last-working-dir, from:oh-my-zsh
zplug plugins/sudo, from:oh-my-zsh
zplug plugins/wd, from:oh-my-zsh
zplug plugins/z, from:oh-my-zsh
zplug nilsonholger/osx-zsh-completions, if:"[[ $OSTYPE == *darwin* ]]"
zplug zsh-users/zsh-autosuggestions
zplug zsh-users/zsh-completions
zplug zsh-users/zsh-history-substring-search
zplug zsh-users/zsh-syntax-highlighting
zplug load

# Vars, aliases
export LC_ALL="en_US.UTF-8"
Expand Down

0 comments on commit ab2be05

Please sign in to comment.