Switch to startship prompt
This commit is contained in:
parent
3bab667615
commit
10241e63cc
@ -7,11 +7,11 @@
|
|||||||
#: characters.
|
#: characters.
|
||||||
|
|
||||||
# font_family Source Code Pro
|
# font_family Source Code Pro
|
||||||
font_family BrutalistMono Nerd Font Regular
|
font_family BrutalistMono Book
|
||||||
# font_family Fira Code Medium
|
# font_family Fira Code Medium
|
||||||
# font_family Fira Code
|
# font_family Fira Code
|
||||||
# font_family Hack Regular
|
# font_family Hack Regular
|
||||||
bold_font BrutalistMono Nerd Font Regular
|
bold_font BrutalistMono Book
|
||||||
# italic_font auto
|
# italic_font auto
|
||||||
# bold_italic_font auto
|
# bold_italic_font auto
|
||||||
|
|
||||||
@ -41,7 +41,28 @@ text_composition_strategy 1.0
|
|||||||
#: than 100% to reduce sizes (but this might cause rendering
|
#: than 100% to reduce sizes (but this might cause rendering
|
||||||
#: artifacts).
|
#: artifacts).
|
||||||
|
|
||||||
# symbol_map U+E0A0-U+E0A2,U+E0B0-U+E0B3 PowerlineSymbols
|
# Seti-UI + Custom
|
||||||
|
symbol_map U+E5FA-U+E62B Symbols Nerd Font
|
||||||
|
# Devicons
|
||||||
|
symbol_map U+E700-U+E7C5 Symbols Nerd Font
|
||||||
|
# Font Awesome
|
||||||
|
symbol_map U+F000-U+F2E0 Symbols Nerd Font
|
||||||
|
# Font Awesome Extension
|
||||||
|
symbol_map U+E200-U+E2A9 Symbols Nerd Font
|
||||||
|
# Material Design Icons
|
||||||
|
symbol_map U+F500-U+FD46 Symbols Nerd Font
|
||||||
|
# Weather
|
||||||
|
symbol_map U+E300-U+E3EB Symbols Nerd Font
|
||||||
|
# Octicons
|
||||||
|
symbol_map U+F400-U+F4A8,U+2665,U+26A1,U+F27C Symbols Nerd Font
|
||||||
|
# Powerline Extra Symbols
|
||||||
|
symbol_map U+E0A3,U+E0B4-U+E0C8,U+E0CC-U+E0D2,U+E0D4 Symbols Nerd Font
|
||||||
|
# IEC Power Symbols
|
||||||
|
symbol_map U+23FB-U+23FE,U+2b58 Symbols Nerd Font
|
||||||
|
# Font Logos
|
||||||
|
symbol_map U+F300-U+F313 Symbols Nerd Font
|
||||||
|
# Pomicons
|
||||||
|
symbol_map U+E000-U+E00D Symbols Nerd Font
|
||||||
|
|
||||||
#: Map the specified unicode codepoints to a particular font. Useful
|
#: Map the specified unicode codepoints to a particular font. Useful
|
||||||
#: if you need special rendering for some symbols, such as for
|
#: if you need special rendering for some symbols, such as for
|
||||||
|
@ -1,10 +1,6 @@
|
|||||||
eval $(keychain --eval --agents ssh id_ed25519)
|
eval $(keychain --eval --agents ssh id_ed25519)
|
||||||
[ -f ~/.keychain/$HOSTNAME-sh ] && . ~/.keychain/$HOSTNAME-sh 2>/dev/null
|
[ -f ~/.keychain/$HOSTNAME-sh ] && . ~/.keychain/$HOSTNAME-sh 2>/dev/null
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
ZSH=$HOME/.oh-my-zsh
|
ZSH=$HOME/.oh-my-zsh
|
||||||
|
|
||||||
ZSH_DISABLE_COMPFIX="true"
|
ZSH_DISABLE_COMPFIX="true"
|
||||||
@ -33,7 +29,6 @@ export EDITOR='nvim'
|
|||||||
export GOPATH=$HOME/go
|
export GOPATH=$HOME/go
|
||||||
|
|
||||||
{{ if eq .chezmoi.os "darwin" }}
|
{{ if eq .chezmoi.os "darwin" }}
|
||||||
source /opt/homebrew/share/powerlevel10k/powerlevel10k.zsh-theme
|
|
||||||
source $HOME/perl5/perlbrew/etc/bashrc
|
source $HOME/perl5/perlbrew/etc/bashrc
|
||||||
{{- if eq .chezmoi.arch "arm64" }}
|
{{- if eq .chezmoi.arch "arm64" }}
|
||||||
export PATH=/opt/homebrew/bin:$PATH
|
export PATH=/opt/homebrew/bin:$PATH
|
||||||
@ -47,4 +42,4 @@ alias ll='eza -al --group-directories-first'
|
|||||||
alias ls='eza -alF --color=always --sort=size | grep -v /'
|
alias ls='eza -alF --color=always --sort=size | grep -v /'
|
||||||
alias lt='eza -al --sort=modified'
|
alias lt='eza -al --sort=modified'
|
||||||
|
|
||||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
eval "$(starship init zsh)"
|
||||||
|
Loading…
Reference in New Issue
Block a user