Skip to content

Commit b2674e0

Browse files
committed
feat: use filesystem backend for gnome extensions
1 parent 0a3c1cc commit b2674e0

5 files changed

Lines changed: 7 additions & 4 deletions

File tree

chezmoi/.chezmoiscripts/run_once_after_50_load-dconf-settings.sh.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ echo ""
1414
echo "Initializing mise..."
1515
eval "$(mise env -s bash)"
1616

17-
gext -D install $(cat {{ joinPath .chezmoi.sourceDir "installed-extensions.txt" | quote }} | tr '\n' ' ')
17+
gext -F install $(cat {{ joinPath .chezmoi.sourceDir "installed-extensions.txt" | quote }} | tr '\n' ' ')
1818

1919
dconf load / < {{ joinPath .chezmoi.sourceDir "dconf.ini" | quote }}

chezmoi/.chezmoiscripts/run_onchange_30_install_extensions_list.sh.tmpl

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

1111
# dconf.ini hash: {{ include "installed-extensions.txt" | sha256sum }}
12+
eval "$(mise env -s bash)"
1213

1314
if command -v gext &> /dev/null; then
14-
gext -D install $(cat {{ joinPath .chezmoi.sourceDir "installed-extensions.txt" | quote }} | tr '\n' ' ')
15+
gext -F install $(cat {{ joinPath .chezmoi.sourceDir "installed-extensions.txt" | quote }} | tr '\n' ' ')
1516
fi

chezmoi/dot_config/aquaproj-aqua/aqua.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,3 +270,6 @@ packages:
270270
- name: jackchuka/[email protected]
271271
description: A declarative schema-based Markdown validator that helps maintain consistent documentation structure across projects
272272
link: https://github.com/jackchuka/mdschema
273+
- name: guumaster/[email protected]
274+
description: Your dev tool to manage /etc/hosts like a pro
275+
link: https://github.com/guumaster/hostctl
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
CD
22
Chezmoi
33
CloudWatch
4+
Jsonnet
45
Mise
56
OneDrive
67
Terraform

chezmoi/dot_config/mise/config.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ steampipe = "2.3.6"
1717
terraform-docs = "0.21.0"
1818
tflint = "0.61.0"
1919
ttyd = "1.7.7" # Dependency for vhs
20-
usage = "2.18.1"
21-
uv = "0.10.7"
2220
usage = "2.18.2"
2321
uv = "0.10.7"
2422
vhs = "0.10.0"

0 commit comments

Comments
 (0)