Integrate kitty and p10k prompt config

This commit is contained in:
Jan Eitzinger 2023-02-14 11:22:47 +01:00
parent f71526a8ef
commit 1e32565d09
3 changed files with 6 additions and 3 deletions

View File

@ -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/*

View File

@ -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
@ -452,7 +452,7 @@ color15 #ebdbb2
#: content of windows, etc. Note that this even works over ssh #: content of windows, etc. Note that this even works over ssh
#: connections. #: connections.
# env # env
#: Specify environment variables to set in all child processes. Note #: Specify environment variables to set in all child processes. Note
#: that environment variables are expanded recursively, so if you #: that environment variables are expanded recursively, so if you

View File

@ -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