From 895b0ad353e5aeab064c54e38b6fe5e81d9a3e56 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sat, 19 Apr 2025 04:12:58 +0300 Subject: [PATCH] chore(config): aqua: remove extra tools Signed-off-by: Ismo Vuorinen --- config/aqua/aqua.yaml | 8 +------- install.conf.yaml | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/config/aqua/aqua.yaml b/config/aqua/aqua.yaml index 45f95f6..08db635 100644 --- a/config/aqua/aqua.yaml +++ b/config/aqua/aqua.yaml @@ -9,13 +9,7 @@ # - all registries: - type: standard - ref: v4.331.0 # renovate: depName=aquaproj/aqua-registry + ref: v4.346.0 # renovate: depName=aquaproj/aqua-registry packages: - name: cli/cli version: 'v2.69.0' -- name: junegunn/fzf - version: 'v0.60.3' -- name: jqlang/jq - version: 'jq-1.7.1' -- name: 1password/cli - version: '2.30.3' diff --git a/install.conf.yaml b/install.conf.yaml index c8c06a0..89d7974 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -35,11 +35,20 @@ glob: true path: base/* prefix: '.' + # Most of the configs ~/.config/: glob: true relink: true path: config/* - exclude: [config/nvm, config/fzf] + exclude: [config/nvm, config/fzf, config/op] + # 1Password CLI plugins + ~/.config/op/plugins.sh: + relink: true + path: config/op/plugins.sh + ~/.config/op/plugins/*: + relink: true + path: config/op/plugins/* + # Scripts ~/.local/bin: glob: true path: local/bin/* @@ -47,22 +56,27 @@ ~/.local/fzf: glob: true path: config/fzf/* + # Manuals ~/.local/man: glob: true path: local/man/** ~/.local/share: glob: true path: local/share/* + # SSH Configuration ~/.ssh/: glob: true mode: 0600 path: ssh/* - shell: + # Add Git submodules and remove old ones - bash add-submodules.sh || true + # Update submodules recursively - git submodule update --init --recursive --force - shell: + # Use my dotfiles manager to install everything - bash local/bin/dfm install all - pipx: