zsh: feat: Add p10k configs

This commit is contained in:
PorridgePi
2021-11-20 20:42:40 +08:00
parent b85de45330
commit b599f1bebf
2 changed files with 1733 additions and 0 deletions

1723
.p10k.zsh Normal file

File diff suppressed because it is too large Load Diff

10
.zshrc
View File

@@ -1,3 +1,10 @@
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
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
# Intel (Rosetta 2) Homebrew # Intel (Rosetta 2) Homebrew
alias ibrew='arch -x86_64 /usr/local/bin/brew' alias ibrew='arch -x86_64 /usr/local/bin/brew'
@@ -40,3 +47,6 @@ zinit light-mode for \
### End of Zinit's installer chunk ### End of Zinit's installer chunk
zinit ice depth=1; zinit light romkatv/powerlevel10k zinit ice depth=1; zinit light romkatv/powerlevel10k
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh