From b43fcea161a0f6a02dbe05fac7bc842ce5a1da95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C4=83t=C4=83lin?= Date: Tue, 10 Sep 2024 15:44:35 +0200 Subject: [PATCH] feat: add aqua.ymal --- aqua.yaml | 15 +++++++++++++++ fish/conf.d/paths.fish | 3 ++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 aqua.yaml diff --git a/aqua.yaml b/aqua.yaml new file mode 100644 index 0000000..7d9ea93 --- /dev/null +++ b/aqua.yaml @@ -0,0 +1,15 @@ +--- +# aqua - Declarative CLI Version Manager +# https://aquaproj.github.io/ +# checksum: +# enabled: true +# require_checksum: true +# supported_envs: +# - all +registries: +- type: standard + ref: v4.220.0 # renovate: depName=aquaproj/aqua-registry +packages: +- name: kubernetes/kubectl@v1.31.0 +- name: charmbracelet/glow@v2.0.0 +- name: Azure/kubelogin@v0.1.4 diff --git a/fish/conf.d/paths.fish b/fish/conf.d/paths.fish index f248ec4..f8292f8 100644 --- a/fish/conf.d/paths.fish +++ b/fish/conf.d/paths.fish @@ -3,5 +3,6 @@ set -gx PATH ~/.local/bin/dotutils/ $PATH set -gx PATH /usr/local/go/bin $PATH set -gx PATH ~/.nvim-install/bin $PATH set -gx PATH $HOME/.krew/bin $PATH -set -gx PATH "$HOME/.cargo/bin" $PATH; +set -gx PATH "$HOME/.cargo/bin" $PATH set -gx PATH ~/.pulumi/bin $PATH +set -gx PATH ~/.local/share/aquaproj-aqua/bin $PATH