chore(config): aqua: remove extra tools

Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
This commit is contained in:
2025-04-19 04:12:58 +03:00
parent 3c733ec7eb
commit 895b0ad353
2 changed files with 16 additions and 8 deletions

View File

@@ -9,13 +9,7 @@
# - all # - all
registries: registries:
- type: standard - type: standard
ref: v4.331.0 # renovate: depName=aquaproj/aqua-registry ref: v4.346.0 # renovate: depName=aquaproj/aqua-registry
packages: packages:
- name: cli/cli - name: cli/cli
version: 'v2.69.0' 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'

View File

@@ -35,11 +35,20 @@
glob: true glob: true
path: base/* path: base/*
prefix: '.' prefix: '.'
# Most of the configs
~/.config/: ~/.config/:
glob: true glob: true
relink: true relink: true
path: config/* 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: ~/.local/bin:
glob: true glob: true
path: local/bin/* path: local/bin/*
@@ -47,22 +56,27 @@
~/.local/fzf: ~/.local/fzf:
glob: true glob: true
path: config/fzf/* path: config/fzf/*
# Manuals
~/.local/man: ~/.local/man:
glob: true glob: true
path: local/man/** path: local/man/**
~/.local/share: ~/.local/share:
glob: true glob: true
path: local/share/* path: local/share/*
# SSH Configuration
~/.ssh/: ~/.ssh/:
glob: true glob: true
mode: 0600 mode: 0600
path: ssh/* path: ssh/*
- shell: - shell:
# Add Git submodules and remove old ones
- bash add-submodules.sh || true - bash add-submodules.sh || true
# Update submodules recursively
- git submodule update --init --recursive --force - git submodule update --init --recursive --force
- shell: - shell:
# Use my dotfiles manager to install everything
- bash local/bin/dfm install all - bash local/bin/dfm install all
- pipx: - pipx: