Skip to content

Instantly share code, notes, and snippets.

View jeev20's full-sized avatar

jeev20

View GitHub Profile
@jeev20
jeev20 / .zshrc
Created July 11, 2024 10:08
Configuration of .zshrc from p10k override
# 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
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$PATH
@jeev20
jeev20 / .p10k.zsh
Created July 11, 2024 09:58
Configuration from p10k configure
# Generated by Powerlevel10k configuration wizard on 2024-07-09 at 22:13 CEST.
# Based on romkatv/powerlevel10k/config/p10k-rainbow.zsh, checksum 44011.
# Wizard options: awesome-fontconfig, large icons, rainbow, unicode, 24h time,
# blurred heads, blurred tails, 2 lines, solid, full frame, light-ornaments, sparse,
# many icons, fluent, instant_prompt=verbose.
# Type `p10k configure` to generate another config.
#
# Config for Powerlevel10k with powerline prompt style with colorful background.
# Type `p10k configure` to generate your own config based on it.
#