1
0
Fork 0

feat: add aqua.ymal

This commit is contained in:
cătălin 2024-09-10 15:44:35 +02:00
commit b43fcea161
No known key found for this signature in database
2 changed files with 17 additions and 1 deletions

15
aqua.yaml Normal file
View file

@ -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

View file

@ -3,5 +3,6 @@ set -gx PATH ~/.local/bin/dotutils/ $PATH
set -gx PATH /usr/local/go/bin $PATH set -gx PATH /usr/local/go/bin $PATH
set -gx PATH ~/.nvim-install/bin $PATH set -gx PATH ~/.nvim-install/bin $PATH
set -gx PATH $HOME/.krew/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 ~/.pulumi/bin $PATH
set -gx PATH ~/.local/share/aquaproj-aqua/bin $PATH