From 191049a9e43c0348aaa3d253c27c69e62106c558 Mon Sep 17 00:00:00 2001 From: cappyzawa Date: Thu, 14 Dec 2023 00:07:28 +0900 Subject: [PATCH] update --- .config/afx/aqua.yaml | 4 +++- .gitconfig | 1 + .zsh/80_custom.zsh | 9 ++++----- 3 files changed, 8 insertions(+), 6 deletions(-) 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