-
-
Save h4rk8s/bfb84cfbac39e18bdcc5685fe5e66ba3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Added by Zinit's installer | |
if [[ ! -f $HOME/.local/share/zinit/zinit.git/zinit.zsh ]]; then | |
print -P "%F{33} %F{220}Installing %F{33}ZDHARMA-CONTINUUM%F{220} Initiative Plugin Manager (%F{33}zdharma-continuum/zinit%F{220})…%f" | |
command mkdir -p "$HOME/.local/share/zinit" && command chmod g-rwX "$HOME/.local/share/zinit" | |
command git clone https://github.com/zdharma-continuum/zinit "$HOME/.local/share/zinit/zinit.git" && \ | |
print -P "%F{33} %F{34}Installation successful.%f%b" || \ | |
print -P "%F{160} The clone has failed.%f%b" | |
fi | |
source "$HOME/.local/share/zinit/zinit.git/zinit.zsh" | |
autoload -Uz _zinit | |
(( ${+_comps} )) && _comps[zinit]=_zinit | |
# Load a few important annexes, without Turbo | |
# (this is currently required for annexes) | |
zinit light-mode for \ | |
zdharma-continuum/zinit-annex-readurl \ | |
zdharma-continuum/zinit-annex-bin-gem-node \ | |
zdharma-continuum/zinit-annex-patch-dl \ | |
zdharma-continuum/zinit-annex-rust | |
### End of Zinit's installer chunk | |
zinit light-mode wait lucid depth=1 for \ | |
atinit"ZINIT[COMPINIT_OPTS]=-C; zpcompinit; zpcdreplay" \ | |
zdharma-continuum/fast-syntax-highlighting \ | |
atload"!_zsh_autosuggest_start" \ | |
zsh-users/zsh-autosuggestions \ | |
blockf \ | |
zsh-users/zsh-completions | |
# oh-my-zsh libs | |
zi light-mode lucid for \ | |
OMZ::lib/git.zsh \ | |
OMZ::lib/grep.zsh \ | |
OMZ::lib/history.zsh \ | |
OMZ::lib/functions.zsh \ | |
OMZ::lib/completion.zsh \ | |
OMZ::lib/directories.zsh \ | |
OMZ::lib/key-bindings.zsh \ | |
OMZ::lib/theme-and-appearance.zsh | |
# oh-my-zsh plugins | |
zi light-mode wait lucid for \ | |
OMZ::plugins/git/git.plugin.zsh \ | |
OMZ::plugins/pip/pip.plugin.zsh \ | |
OMZ::plugins/python/python.plugin.zsh \ | |
OMZ::plugins/history/history.plugin.zsh \ | |
OMZ::plugins/autojump/autojump.plugin.zsh \ | |
OMZ::plugins/gitignore/gitignore.plugin.zsh \ | |
OMZ::plugins/common-aliases/common-aliases.plugin.zsh | |
zinit ice wait lucid depth=1 | |
zinit light MichaelAquilina/zsh-you-should-use | |
zinit ice lucid depth=1 | |
zinit light romkatv/powerlevel10k | |
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. | |
[[ -f ~/.p10k.zsh ]] && source ~/.p10k.zsh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment