Commit 282090c8 authored by cupric's avatar cupric
Browse files

Theme to P10

parent 4cb0382f
Showing with 1686 additions and 1 deletion
+1686 -1
# 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
# Requirements
# 1. ZSH
# 2. antibody (This script will install if needed)
......@@ -148,7 +155,14 @@ fi
source "$ZSH_CUSTOM/keybindings.zsh"
# Theme
eval "$(starship init zsh)"
# Starship
# eval "$(starship init zsh)"
# Powerlevel 10k
antibody bundle romkatv/powerlevel10k
# Load tmux bundle if installed
command -v tmux &>/dev/null && ZSH_TMUX_AUTOSTART=false && antibody bundle "ohmyzsh/ohmyzsh path:plugins/tmux"
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f $ZSH_CUSTOM/p10k.zsh ]] || source $ZSH_CUSTOM/p10k.zsh
This diff is collapsed.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment