Convert templates to files that wasn't needed

main
Buddy Sandidge 2 weeks ago
parent 262bf210a5
commit 3888baed8c

@ -8,4 +8,5 @@
{{- if not .hellotech }}
/.config/profile/env.d/hellotech.env
/.config/profile/profile.d/trubka.sh
/.config/profile/profile.d/hellotech.sh
{{- end }}

@ -1,5 +1,3 @@
# chezmoi:template:left-delimiter=#{{
#{{- /* vim: set filetype=sh: */ -}}
#shellcheck shell=sh
source_env_file() {

@ -1,7 +1,3 @@
# chezmoi:template:left-delimiter=#{{
#{{- /* vim: set filetype=sh: */ -}}
#{{- if .hellotech -}}
k8s_last_config () (
dasel --read yaml --write json \
| jq --raw-output '.metadata.annotations["kubectl.kubernetes.io/last-applied-configuration"]' \
@ -24,4 +20,3 @@ _append_path /usr/local/opt/mysql-client/bin
_append_path "${HOME}/google-cloud-sdk/bin"
unset _append_path
#{{- end }}
Loading…
Cancel
Save