Integrate kitty and p10k prompt config
This commit is contained in:
parent
f71526a8ef
commit
1e32565d09
@ -1,6 +1,7 @@
|
|||||||
README.md
|
README.md
|
||||||
LICENSE
|
LICENSE
|
||||||
{{ if eq .chezmoi.os "darwin" }}
|
{{ if eq .chezmoi.os "darwin" }}
|
||||||
|
.muttrc
|
||||||
.Xresources
|
.Xresources
|
||||||
.xsession
|
.xsession
|
||||||
.config/openbox/*
|
.config/openbox/*
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
#: characters.
|
#: characters.
|
||||||
|
|
||||||
# font_family Source Code Pro
|
# font_family Source Code Pro
|
||||||
font_family Brutalist Mono
|
font_family BrutalistMono Nerd Font
|
||||||
# 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
|
||||||
|
@ -38,7 +38,9 @@
|
|||||||
# =========================[ Line #1 ]=========================
|
# =========================[ Line #1 ]=========================
|
||||||
os_icon # os identifier
|
os_icon # os identifier
|
||||||
dir # current directory
|
dir # current directory
|
||||||
# vcs # git status
|
{{- if ne .chezmoi.os "openbsd" }}
|
||||||
|
vcs # git status
|
||||||
|
{{- end }}
|
||||||
# =========================[ Line #2 ]=========================
|
# =========================[ Line #2 ]=========================
|
||||||
newline
|
newline
|
||||||
# prompt_char # prompt symbol
|
# prompt_char # prompt symbol
|
Loading…
Reference in New Issue
Block a user