Update 3 files

- /home/.chezmoiscripts/universal/run_onchange_after_20-misc-settings.mjs.tmpl
- /home/.chezmoidata.yaml
- /software.yml
This commit is contained in:
Brian Zalewski 2023-01-13 22:31:54 +00:00
parent 10393b03aa
commit 3cb15f7e72
3 changed files with 10 additions and 3 deletions

View file

@ -190,7 +190,8 @@ softwareGroups:
- googler - googler
- grex - grex
- gron - gron
- handlr # Waiting on fix: https://github.com/chmln/handlr/issues/69
# - handlr
- hexyl - hexyl
- http-prompt - http-prompt
- httpie - httpie

View file

@ -1,3 +1,4 @@
{{- if eq .host.distro.family "linux" -}}
#!/usr/bin/env zx #!/usr/bin/env zx
// gnome config hash: {{ include (joinPath .host.home ".config" "desktop" "gnome.yml") | sha256sum }} // gnome config hash: {{ include (joinPath .host.home ".config" "desktop" "gnome.yml") | sha256sum }}
@ -118,3 +119,5 @@ async function main() {
} }
main() main()
{{ end -}}

View file

@ -3711,10 +3711,10 @@ softwarePackages:
appimage: edex-ui appimage: edex-ui
powerline: powerline:
_bin: powerline _bin: powerline
_post: pip3 install powerline-status
apt: powerline apt: powerline
dnf: powerline dnf: powerline
pacman: powerline pacman: powerline
pipx: powerline-status
handlr: handlr:
_bin: handlr _bin: handlr
_desc: A better xdg-utils _desc: A better xdg-utils
@ -3723,6 +3723,10 @@ softwarePackages:
_home: https://github.com/chmln/handlr _home: https://github.com/chmln/handlr
_name: Handlr _name: Handlr
_type: cli _type: cli
_notes: |
Try installing this again at a later time.
Issue opened here: https://github.com/chmln/handlr/issues/69
cargo: handlr cargo: handlr
yay: handlr-bin yay: handlr-bin
kvantum: kvantum:
@ -7400,7 +7404,6 @@ softwarePackages:
_home: null _home: null
_name: SSH FS _name: SSH FS
apt: sshfs apt: sshfs
brew: sshfs
choco: sshfs choco: sshfs
dnf: sshfs dnf: sshfs
pacman: sshfs pacman: sshfs