Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cappyzawa committed Dec 13, 2023
1 parent 5053d60 commit 191049a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .config/afx/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -27,3 +27,5 @@ github:
ld: lazydocker
vim: nvim
vi: command vim
snippet: |
source <(setup-envtest use -i -p env 1.25.x!)
1 change: 1 addition & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 4 additions & 5 deletions .zsh/80_custom.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 191049a

Please sign in to comment.