Change Macos config path for lazygit

This commit is contained in:
Jan Eitzinger 2024-03-27 07:22:37 +01:00
parent 9735ea5c6f
commit 16e0018eb0
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
font_family BrutalistMono Nerd Font font_family BrutalistMono Nerd Font
# bold_font auto bold_font BrutalistMono Nerd Font Bold
# italic_font auto italic_font BrutalistMono Nerd Font Italic
# bold_italic_font auto # bold_italic_font auto
font_size {{ .fontsize }} font_size {{ .fontsize }}
text_composition_strategy 1.0 text_composition_strategy 1.0

View File

@ -64,6 +64,7 @@ alias bkp-list='doas restic -r /mnt/nfs/BSD/restic-repo snapshots'
{{- else }} {{- else }}
{{ if eq .chezmoi.os "darwin" }} {{ if eq .chezmoi.os "darwin" }}
source $HOME/perl5/perlbrew/etc/bashrc source $HOME/perl5/perlbrew/etc/bashrc
export XDG_CONFIG_HOME="$HOME/.config"
{{- if eq .chezmoi.arch "arm64" }} {{- if eq .chezmoi.arch "arm64" }}
export PATH=/opt/homebrew/bin:$PATH export PATH=/opt/homebrew/bin:$PATH
{{- end }} {{- end }}