diff --git a/.config/afx/aqua.yaml b/.config/afx/aqua.yaml index e51ddd48..4624dd62 100644 --- a/.config/afx/aqua.yaml +++ b/.config/afx/aqua.yaml @@ -13,7 +13,7 @@ github: filename: aqua_{{ .OS }}_{{ .Arch }}.tar.gz command: env: - AQUA_CONFIG: $XDG_CONFIG_HOME/aqua/aqua.yaml + AQUA_GLOBAL_CONFIG: $XDG_CONFIG_HOME/aqua/aqua.yaml AQUA_PROGRESS_BAR: "true" AQUA_POLICY_CONFIG: $XDG_CONFIG_HOME/aqua/policy.yaml EDITOR: nvim @@ -27,3 +27,5 @@ github: ld: lazydocker vim: nvim vi: command vim + snippet: | + source <(setup-envtest use -i -p env 1.25.x!) diff --git a/.gitconfig b/.gitconfig index 7742d540..468d2c5e 100644 --- a/.gitconfig +++ b/.gitconfig @@ -8,6 +8,7 @@ editor = nvim [gpg] program = gpg2 + format = ssh [alias] cm = checkout main graph = log --graph --date-order -C -M --pretty=format:\"<%h> %ad [%an] %Cgreen%d%Creset %s\" --all --date=short diff --git a/.zsh/80_custom.zsh b/.zsh/80_custom.zsh index ed8d6a01..5328c387 100644 --- a/.zsh/80_custom.zsh +++ b/.zsh/80_custom.zsh @@ -12,11 +12,10 @@ if has "julia"; then fi fi -if has "setup-envtest"; then - k8s_version="1.25.x" - source <(setup-envtest use -i -p env ${k8s_version}) -fi - if has "rbenv"; then eval "$(rbenv init -)" fi + +if [[ -f $HOME/.config/op/plugins.sh ]]; then + source $HOME/.config/op/plugins.sh +fi