From 655856a838ff2c34b957cd9b8388d0676f5b3bc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C4=83t=C4=83lin?= Date: Mon, 30 Sep 2024 06:31:26 +0000 Subject: [PATCH] add pulumi --- aqua.yaml | 1 + fish/conf.d/common.fish | 1 - fish/conf.d/paths.fish | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/aqua.yaml b/aqua.yaml index 894fca1..f9e2fc1 100644 --- a/aqua.yaml +++ b/aqua.yaml @@ -32,3 +32,4 @@ packages: - name: yannh/kubeconform@v0.6.7 - name: zegl/kube-score@v1.18.0 - name: terraform-linters/tflint@v0.53.0 +- name: pulumi/pulumi@v3.134.0 diff --git a/fish/conf.d/common.fish b/fish/conf.d/common.fish index 985f8c4..183c3f7 100644 --- a/fish/conf.d/common.fish +++ b/fish/conf.d/common.fish @@ -3,5 +3,4 @@ set -gx BAT_THEME "Catppuccin-frappe" set -gx DOCKER_BUILDKIT 1 set -gx COMPOSE_DOCKER_CLI_BUILD 1 set -gx AQUA_GLOBAL_CONFIG ~/.config/aquaproj-aqua/aqua.yaml -atuin init fish | source fish_vi_key_bindings diff --git a/fish/conf.d/paths.fish b/fish/conf.d/paths.fish index f8292f8..e211f73 100644 --- a/fish/conf.d/paths.fish +++ b/fish/conf.d/paths.fish @@ -6,3 +6,4 @@ set -gx PATH $HOME/.krew/bin $PATH set -gx PATH "$HOME/.cargo/bin" $PATH set -gx PATH ~/.pulumi/bin $PATH set -gx PATH ~/.local/share/aquaproj-aqua/bin $PATH +atuin init fish | source