feat: migrate from Oh-My-Zsh to ZInit
This commit is contained in:
17
zsh/plugins.sh
Normal file
17
zsh/plugins.sh
Normal file
@@ -0,0 +1,17 @@
|
||||
# Plugins
|
||||
zinit ice blockf
|
||||
|
||||
zinit light zsh-users/zsh-syntax-highlighting
|
||||
# zinit light zdharma-continuum/fast-syntax-highlighting
|
||||
|
||||
# completion
|
||||
# [ -f ~/zsh/completion.sh ] && source ~/zsh/completion.sh
|
||||
|
||||
# oh-my-zsh plugins
|
||||
# zinit snippet OMZ::/plugins/colored-man-pages/colored-man-pages.plugin.zsh
|
||||
# zinit snippet OMZ::/plugins/sudo/sudo.plugin.zsh
|
||||
zinit snippet OMZP::colored-man-pages
|
||||
zinit snippet OMZP::sudo
|
||||
zinit snippet OMZP::git
|
||||
zinit snippet OMZ::lib/git.zsh
|
||||
|
||||
Reference in New Issue
Block a user