Skip to content

Commit ac873a3

Browse files
committed
fix: uv,cargo-binstall to mise, disable gstreamer pkg
1 parent 8c2a99b commit ac873a3

5 files changed

Lines changed: 9 additions & 10 deletions

File tree

chezmoi/.chezmoiscripts/run_once_after_20_install-aqua-and-tools.sh renamed to chezmoi/.chezmoiscripts/run_once_after_20_install-aqua.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ echo ""
88
echo "==============================================================="
99
echo ""
1010

11-
curl -sSfL https://raw.githubusercontent.com/aquaproj/aqua-installer/v4.0.2/aqua-installer | bash
11+
wget -qO- https://raw.githubusercontent.com/aquaproj/aqua-installer/v4.0.2/aqua-installer | bash
1212

1313
echo "Setting Aqua environment variables..."
1414
export AQUA_ROOT_DIR="${XDG_DATA_HOME:-$HOME/.local/share/aquaproj-aqua}"

chezmoi/.chezmoiscripts/run_once_after_30_install-tools-with-mise-and-aqua.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ echo "==============================================================="
99
echo ""
1010

1111
echo "Installing rbw..."
12-
mise use aqua:doy/rbw
12+
mise use github:doy/rbw
13+
14+
echo "Initializing mise..."
15+
eval "$(mise env -s bash)"
1316

1417
echo "Logging into Bitwarden..."
1518
rbw login

chezmoi/ansible/setup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
- network-manager-openconnect
8282
- network-manager-openconnect-gnome
8383
# Packages needed for Camera?
84-
- gstreamer1.0-icamera
84+
# - gstreamer1.0-icamera Package seems not available
8585
update_cache: true
8686

8787
- name: "[BLOCK] Setting up DisplayLink drivers"

chezmoi/dot_config/aquaproj-aqua/aqua.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ packages:
8686
- name: tofuutils/[email protected]
8787
description: OpenTofu / Terraform version manager
8888
link: https://github.com/tofuutils/tenv
89-
- name: astral-sh/[email protected]
90-
description: An extremely fast Python package installer and resolver, written in Rust
91-
link: https://github.com/astral-sh/uv
9289
- name: martinvonz/[email protected]
9390
description: A Git-compatible VCS that is both simple and powerful
9491
link: https://github.com/martinvonz/jj
@@ -212,9 +209,6 @@ packages:
212209
- name: o2sh/[email protected]
213210
description: Git repository summary on your terminal
214211
link: https://github.com/o2sh/onefetch
215-
- name: cargo-bins/[email protected]
216-
description: Binary installation for rust projects
217-
link: https://github.com/cargo-bins/cargo-binstall
218212
- name: sxyazi/[email protected]
219213
description: Blazing fast terminal file manager written in Rust, based on async I/O
220214
link: https://github.com/sxyazi/yazi

chezmoi/dot_config/mise/config.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[tools]
2+
cargo-binstall = "1.17.4"
23
fd = "10.3.0"
34
glab = "1.82.0"
45
go = "1.25.7"
@@ -17,6 +18,7 @@ terraform-docs = "0.21.0"
1718
tflint = "0.60.0"
1819
ttyd = "1.7.7" # Dependency for vhs
1920
usage = "2.16.1"
21+
uv = "0.10.0"
2022
vhs = "0.10.0"
2123

2224
###################################
@@ -26,6 +28,7 @@ pipx = "latest"
2628
"pipx:ansible" = { version = "13.3.0", uvx_args = "--with-executables-from ansible-core,ansible-lint" }
2729
"pipx:jiratui" = "1.6.2"
2830
"pipx:gnome-extensions-cli" = { version = "0.10.8", uvx_args = "--with pycairo,PyGObject" }
31+
"pipx:gruyere" = "0.1.0"
2932
"pipx:isd-tui" = "0.6.1"
3033
"pipx:pgcli" = "4.4.0"
3134
"pipx:readmeai" = "0.6.3"
@@ -72,7 +75,6 @@ pipx = "latest"
7275
"github:jacek-kurlit/pik" = "0.28.1"
7376
"github:jbreckmckye/daylight" = "1.3.0"
7477
"github:joschi/dive" = "0.14.0"
75-
"github:savannahostrowski/gruyere" = "1.1.5"
7678
"github:unhappychoice/gittype" = "0.8.0"
7779
"github:ynqa/sig" = "0.2.1"
7880
"github:YS-L/flamelens" = "0.3.1"

0 commit comments

Comments
 (0)