-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
11 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,24 @@ | ||
# ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ ❮ Z-SHELL ❯ ❮ ZI ❯ | ||
[[ ! -r "${HOME}/.config/zi/init.zsh" ]] \ | ||
&& { sh -c "$(curl -fsSL https://git.io/get-zi)" -- -a loader && exec zsh } | ||
source "${HOME}/.config/zi/init.zsh" && zzinit | ||
zi for z-shell/z-a-meta-plugins @annexes skip'peko skim fzy' @fuzzy \ | ||
skip'hexyl hyperfine vivid tig' @console-tools birdhackor/zsh-exa-ls-plugin | ||
zi-turbo '0b' is-snippet for has'svn' svn atinit'HISTFILE="${HOME}/.cache/zhistory"' \ | ||
pick"completion.zsh" multisrc'git.zsh functions.zsh \ | ||
{prompt_info_functions,history,grep}.zsh' OMZ::lib \ | ||
has'git' atload"unalias grv g" OMZP::git | ||
zi for skip'F-Sy-H' @z-shell @zsh-users+fast \ | ||
MichaelAquilina/zsh-you-should-use skip'git-extras' @ext-git @romkatv | ||
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then | ||
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" | ||
fi | ||
source <(curl -sL https://init.zshell.dev); zzinit | ||
zi for z-shell/z-a-meta-plugins @annexes \ | ||
skip'hexyl hyperfine vivid tig' @console-tools \ | ||
skip'peko skim fzy' @fuzzy \ | ||
skip'git-extras' @ext-git @romkatv \ | ||
skip'F-Sy-H' @z-shell @zsh-users+fast | ||
array=({git,functions,history,completion,prompt_info_functions,grep,completion,vcs_info}.zsh) | ||
zi-turbo '0a' lucid is-snippet for has'svn' svn multisrc'$array' pick'/dev/null' \ | ||
atinit'HISTFILE=${HOME}/.cache/zi/zsh-history; COMPLETION_WAITING_DOTS=true' \ | ||
OMZ::lib | ||
zi-turbo '0b' lucid is-snippet for \ | ||
atload"unalias grv g" \ | ||
OMZP::git | ||
zi-turbo '0c' lucid light-mode for MichaelAquilina/zsh-you-should-use \ | ||
atinit'ZSH_SYSTEM_CLIPBOARD_TMUX_SUPPORT=true' \ | ||
kutsan/zsh-system-clipboard \ | ||
atinit'AUTOCD=1' \ | ||
zplugin/zsh-exa | ||
|
||
[[ ! -f "${HOME}/.p10k.zsh" ]] && p10k configure |