Update 3 files
- /home/.chezmoiscripts/universal/run_onchange_after_20-misc-settings.mjs.tmpl - /home/.chezmoidata.yaml - /software.yml
This commit is contained in:
parent
10393b03aa
commit
3cb15f7e72
3 changed files with 10 additions and 3 deletions
|
@ -190,7 +190,8 @@ softwareGroups:
|
|||
- googler
|
||||
- grex
|
||||
- gron
|
||||
- handlr
|
||||
# Waiting on fix: https://github.com/chmln/handlr/issues/69
|
||||
# - handlr
|
||||
- hexyl
|
||||
- http-prompt
|
||||
- httpie
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{{- if eq .host.distro.family "linux" -}}
|
||||
#!/usr/bin/env zx
|
||||
|
||||
// gnome config hash: {{ include (joinPath .host.home ".config" "desktop" "gnome.yml") | sha256sum }}
|
||||
|
@ -118,3 +119,5 @@ async function main() {
|
|||
}
|
||||
|
||||
main()
|
||||
|
||||
{{ end -}}
|
|
@ -3711,10 +3711,10 @@ softwarePackages:
|
|||
appimage: edex-ui
|
||||
powerline:
|
||||
_bin: powerline
|
||||
_post: pip3 install powerline-status
|
||||
apt: powerline
|
||||
dnf: powerline
|
||||
pacman: powerline
|
||||
pipx: powerline-status
|
||||
handlr:
|
||||
_bin: handlr
|
||||
_desc: A better xdg-utils
|
||||
|
@ -3723,6 +3723,10 @@ softwarePackages:
|
|||
_home: https://github.com/chmln/handlr
|
||||
_name: Handlr
|
||||
_type: cli
|
||||
_notes: |
|
||||
Try installing this again at a later time.
|
||||
|
||||
Issue opened here: https://github.com/chmln/handlr/issues/69
|
||||
cargo: handlr
|
||||
yay: handlr-bin
|
||||
kvantum:
|
||||
|
@ -7400,7 +7404,6 @@ softwarePackages:
|
|||
_home: null
|
||||
_name: SSH FS
|
||||
apt: sshfs
|
||||
brew: sshfs
|
||||
choco: sshfs
|
||||
dnf: sshfs
|
||||
pacman: sshfs
|
||||
|
|
Loading…
Reference in a new issue