add new templates

This commit is contained in:
Simon Rieger 2023-08-30 10:21:27 +02:00
parent 0a4bb64bfb
commit fc421f3541
6 changed files with 5 additions and 7 deletions

View file

@ -3,7 +3,7 @@ export LC_ALL=en_US.UTF-8
export PATH=/opt/homebrew/opt/ruby/bin:/opt/homebrew/lib/ruby/gems/3.0.0/bin:$PATH
# Added by Toolbox App
export PATH="$PATH:/Users/simono41/Library/Application Support/JetBrains/Toolbox/scripts"
export PATH="$PATH:/Users/{{ .chezmoi.username }}/Library/Application Support/JetBrains/Toolbox/scripts"
eval "$(/opt/homebrew/bin/brew shellenv)"

View file

@ -1,6 +1,5 @@
{{- if eq .chezmoi.os "darwin" -}}
{{- include ".zprofile_darwin" -}}
{{- template "zprofile_darwin.tmpl" . -}}
{{- else if eq .chezmoi.os "linux" -}}
{{- include ".zprofile_linux" -}}
{{- template "zprofile_linux.tmpl" . -}}
{{- end -}}

View file

@ -1,6 +1,5 @@
{{- if eq .chezmoi.os "darwin" -}}
{{- include ".zshrc_darwin" -}}
{{- template "zshrc_darwin.tmpl" . -}}
{{- else if eq .chezmoi.os "linux" -}}
{{- include ".zshrc_linux" -}}
{{- template "zshrc_linux.tmpl" . -}}
{{- end -}}