Update 3 files
- /home/dot_local/bin/executable_open - /home/.chezmoidata.yaml - /software.yml
This commit is contained in:
parent
4ad9e04e9c
commit
5410dd7892
3 changed files with 17 additions and 0 deletions
|
@ -190,6 +190,7 @@ softwareGroups:
|
|||
- googler
|
||||
- grex
|
||||
- gron
|
||||
- handlr
|
||||
- hexyl
|
||||
- http-prompt
|
||||
- httpie
|
||||
|
@ -453,6 +454,7 @@ softwareGroups:
|
|||
- cerebro
|
||||
- clocker
|
||||
- cumulus
|
||||
- edex-ui
|
||||
- gnome-tweaks
|
||||
- pretzel
|
||||
- qlplugins
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
# When called with -d, the default program is used.
|
||||
|
||||
# TODO Add support for opening .desktop files with gtk-launch (i.e. `gtk-launch my-app.desktop`)
|
||||
# TODO See if this is useful https://github.com/sindresorhus/open
|
||||
# TODO Integrate handlr
|
||||
|
||||
# Default to system open executable on macOS
|
||||
if [ -d /Applications ] && [ -d /Library ]; then
|
||||
|
|
13
software.yml
13
software.yml
|
@ -3699,6 +3699,19 @@ softwarePackages:
|
|||
binary:linux: https://github.com/instrumenta/kubeval/releases/latest/download/kubeval-linux-amd64.tar.gz
|
||||
brew: kubeval
|
||||
scoop: kubeval
|
||||
edex-ui:
|
||||
_desc: null
|
||||
appimage: edex-ui
|
||||
handlr:
|
||||
_bin: handlr
|
||||
_desc: A better xdg-utils
|
||||
_docs: https://github.com/chmln/handlr#usage
|
||||
_github: https://github.com/chmln/handlr
|
||||
_home: https://github.com/chmln/handlr
|
||||
_name: Handlr
|
||||
_type: cli
|
||||
cargo: handlr
|
||||
yay: handlr-bin
|
||||
kvantum:
|
||||
_bin: kvantummanager
|
||||
apt:
|
||||
|
|
Loading…
Reference in a new issue