mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-08 13:10:37 +00:00
Zplug -> zinit name change
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
90e620e745
commit
06f0f20764
@ -1,46 +1,46 @@
|
|||||||
# install zplugin if it's not already installed
|
# install zinit if it's not already installed
|
||||||
if [ ! -f ~/.zplugin/bin/zplugin.zsh ]; then
|
if [ ! -f ~/.zinit/bin/zinit.zsh ]; then
|
||||||
mkdir ~/.zplugin
|
mkdir ~/.zinit
|
||||||
git clone https://github.com/zdharma/zplugin.git ~/.zplugin/bin
|
git clone https://github.com/zdharma/zinit.git ~/.zinit/bin
|
||||||
fi
|
fi
|
||||||
|
|
||||||
source ~/.zplugin/bin/zplugin.zsh
|
source ~/.zinit/bin/zinit.zsh
|
||||||
|
|
||||||
# pure prompt
|
# pure prompt
|
||||||
zplugin ice load multisrc'{async,pure}.zsh'
|
zinit ice load multisrc'{async,pure}.zsh'
|
||||||
zplugin light sindresorhus/pure
|
zinit light sindresorhus/pure
|
||||||
|
|
||||||
# fzf as tab completion
|
# fzf as tab completion
|
||||||
zplugin ice lucid
|
zinit ice lucid
|
||||||
zplugin light Aloxaf/fzf-tab
|
zinit light Aloxaf/fzf-tab
|
||||||
|
|
||||||
# substring search
|
# substring search
|
||||||
zplugin ice lucid
|
zinit ice lucid
|
||||||
zplugin light zsh-users/zsh-history-substring-search
|
zinit light zsh-users/zsh-history-substring-search
|
||||||
|
|
||||||
# fzf git awesomeness
|
# fzf git awesomeness
|
||||||
zplugin ice wait'1' lucid atload'source $HOME/.config/zsh/03-aliases.zsh'
|
zinit ice wait'1' lucid atload'source $HOME/.config/zsh/03-aliases.zsh'
|
||||||
zplugin light wfxr/forgit
|
zinit light wfxr/forgit
|
||||||
|
|
||||||
# lots of completions
|
# lots of completions
|
||||||
zplugin ice wait'1' lucid as'completion'
|
zinit ice wait'1' lucid as'completion'
|
||||||
zplugin light zsh-users/zsh-completions
|
zinit light zsh-users/zsh-completions
|
||||||
|
|
||||||
# swaymsg completions
|
# swaymsg completions
|
||||||
zplugin ice wait'1' lucid as'completion'
|
zinit ice wait'1' lucid as'completion'
|
||||||
zplugin snippet https://gist.githubusercontent.com/RPigott/a3efdc08fa4d5fd7df38d091ab5e8532/raw/867ac1884d97d1bd1e5d4037d4eefdf4a004e72b/_swaymsg
|
zinit snippet https://gist.githubusercontent.com/RPigott/a3efdc08fa4d5fd7df38d091ab5e8532/raw/867ac1884d97d1bd1e5d4037d4eefdf4a004e72b/_swaymsg
|
||||||
|
|
||||||
# dotdrop completion
|
# dotdrop completion
|
||||||
zplugin ice wait'1' lucid as'completion'
|
zinit ice wait'1' lucid as'completion'
|
||||||
zplugin snippet '$DOTREPO/dotdrop/completion/_dotdrop-completion.zsh'
|
zinit snippet '$DOTREPO/dotdrop/completion/_dotdrop-completion.zsh'
|
||||||
|
|
||||||
# docker-compose completion
|
# docker-compose completion
|
||||||
zplugin ice wait'1' lucid as'completion'
|
zinit ice wait'1' lucid as'completion'
|
||||||
zplugin snippet https://raw.githubusercontent.com/docker/compose/master/contrib/completion/zsh/_docker-compose
|
zinit snippet https://raw.githubusercontent.com/docker/compose/master/contrib/completion/zsh/_docker-compose
|
||||||
|
|
||||||
# syntax highlighting
|
# syntax highlighting
|
||||||
zplugin ice lucid atinit'zpcompinit'
|
zinit ice lucid atinit'zpcompinit'
|
||||||
zplugin light zdharma/fast-syntax-highlighting
|
zinit light zdharma/fast-syntax-highlighting
|
||||||
|
|
||||||
# use fzf with zsh
|
# use fzf with zsh
|
||||||
source /usr/share/fzf/key-bindings.zsh
|
source /usr/share/fzf/key-bindings.zsh
|
||||||
|
Loading…
Reference in New Issue
Block a user