🐛 fix(yaml): Fix recipe file so bartender will be able to read it
This commit is contained in:
parent
4e544e31a4
commit
5bac6e565a
2 changed files with 13 additions and 12 deletions
|
@ -361,7 +361,7 @@ softwareGroups:
|
||||||
- watchexec
|
- watchexec
|
||||||
# - watchman
|
# - watchman
|
||||||
- wget
|
- wget
|
||||||
- whalebrew
|
- docker-whalebrew
|
||||||
- wifi-password
|
- wifi-password
|
||||||
- yq
|
- yq
|
||||||
- zoxide
|
- zoxide
|
||||||
|
@ -685,7 +685,7 @@ softwareGroups:
|
||||||
- yarnhook
|
- yarnhook
|
||||||
Go: &Go
|
Go: &Go
|
||||||
# - delve
|
# - delve
|
||||||
- go
|
- golang
|
||||||
- goreleaser
|
- goreleaser
|
||||||
# - go-outline
|
# - go-outline
|
||||||
- gomodifytags
|
- gomodifytags
|
||||||
|
@ -702,7 +702,7 @@ softwareGroups:
|
||||||
# - kdash
|
# - kdash
|
||||||
# - kn
|
# - kn
|
||||||
# TODO: Check if some of these are installed by Krew and remove if they are
|
# TODO: Check if some of these are installed by Krew and remove if they are
|
||||||
# - krew
|
# - kubectl-krew
|
||||||
# - kubectx
|
# - kubectx
|
||||||
# - kubekey
|
# - kubekey
|
||||||
# - kubenav
|
# - kubenav
|
||||||
|
@ -936,7 +936,7 @@ softwareGroups:
|
||||||
- php
|
- php
|
||||||
Package-Management: &Package-Management
|
Package-Management: &Package-Management
|
||||||
# - homebrew
|
# - homebrew
|
||||||
- whalebrew
|
- docker-whalebrew
|
||||||
- eget
|
- eget
|
||||||
- gup
|
- gup
|
||||||
- mise
|
- mise
|
||||||
|
@ -959,6 +959,7 @@ softwareGroups:
|
||||||
- flake8
|
- flake8
|
||||||
- isort
|
- isort
|
||||||
# - mambaforge
|
# - mambaforge
|
||||||
|
- python-pipx
|
||||||
- poetry
|
- poetry
|
||||||
- python
|
- python
|
||||||
- virtualenv
|
- virtualenv
|
||||||
|
@ -1306,7 +1307,7 @@ softwareGroups:
|
||||||
# - gitlab-runner
|
# - gitlab-runner
|
||||||
- gitomatic
|
- gitomatic
|
||||||
- glusterfs
|
- glusterfs
|
||||||
- go
|
- golang
|
||||||
- gomplate
|
- gomplate
|
||||||
# - goofys
|
# - goofys
|
||||||
# - gradle
|
# - gradle
|
||||||
|
|
14
software.yml
14
software.yml
|
@ -30,7 +30,7 @@ installerPreference:
|
||||||
- ansible
|
- ansible
|
||||||
- binary
|
- binary
|
||||||
- whalebrew
|
- whalebrew
|
||||||
dnf:
|
fedora:
|
||||||
- dnf
|
- dnf
|
||||||
- brew
|
- brew
|
||||||
- go
|
- go
|
||||||
|
@ -53,7 +53,7 @@ installerPreference:
|
||||||
- npm
|
- npm
|
||||||
- gem
|
- gem
|
||||||
- script
|
- script
|
||||||
pacman:
|
arch:
|
||||||
- pacman
|
- pacman
|
||||||
- yay
|
- yay
|
||||||
- brew
|
- brew
|
||||||
|
@ -98,7 +98,7 @@ installerPreference:
|
||||||
- script
|
- script
|
||||||
- ansible
|
- ansible
|
||||||
- binary
|
- binary
|
||||||
zypper:
|
openSUSE:
|
||||||
- zypper
|
- zypper
|
||||||
- brew
|
- brew
|
||||||
- go
|
- go
|
||||||
|
@ -3795,7 +3795,7 @@ softwarePackages:
|
||||||
_bin: gnutls-certtool
|
_bin: gnutls-certtool
|
||||||
_github: false
|
_github: false
|
||||||
brew: gnutls
|
brew: gnutls
|
||||||
go:
|
golang:
|
||||||
_bin: go
|
_bin: go
|
||||||
_desc: "Go is an open source programming language that makes it easy to build simple, reliable, and efficient software."
|
_desc: "Go is an open source programming language that makes it easy to build simple, reliable, and efficient software."
|
||||||
_docs: https://go.dev/doc/
|
_docs: https://go.dev/doc/
|
||||||
|
@ -5068,7 +5068,7 @@ softwarePackages:
|
||||||
_github: https://github.com/oguzhaninan/korkut
|
_github: https://github.com/oguzhaninan/korkut
|
||||||
_name: Korkut
|
_name: Korkut
|
||||||
npm: korkut
|
npm: korkut
|
||||||
krew:
|
kubctl-krew:
|
||||||
_bin: kubectl-krew
|
_bin: kubectl-krew
|
||||||
_desc: "📦 Find and install kubectl plugins"
|
_desc: "📦 Find and install kubectl plugins"
|
||||||
_github: https://github.com/kubernetes-sigs/krew
|
_github: https://github.com/kubernetes-sigs/krew
|
||||||
|
@ -7517,7 +7517,7 @@ softwarePackages:
|
||||||
_name: Pipelight
|
_name: Pipelight
|
||||||
cargo:linux: --git https://github.com/pipelight/pipelight
|
cargo:linux: --git https://github.com/pipelight/pipelight
|
||||||
yay: pipelight
|
yay: pipelight
|
||||||
pipx:
|
python-pipx:
|
||||||
_bin: pipx
|
_bin: pipx
|
||||||
_deprecated: The `pipx` installation is handled by the `install-program` program bundled with Install Doctor.
|
_deprecated: The `pipx` installation is handled by the `install-program` program bundled with Install Doctor.
|
||||||
_desc: "Install and Run Python Applications in Isolated Environments"
|
_desc: "Install and Run Python Applications in Isolated Environments"
|
||||||
|
@ -10704,7 +10704,7 @@ softwarePackages:
|
||||||
apt: wget
|
apt: wget
|
||||||
brew: wget
|
brew: wget
|
||||||
dnf: wget
|
dnf: wget
|
||||||
whalebrew:
|
docker-whalebrew:
|
||||||
_bin: whalebrew
|
_bin: whalebrew
|
||||||
_desc: "Homebrew, but with Docker images"
|
_desc: "Homebrew, but with Docker images"
|
||||||
_docs: https://github.com/whalebrew/whalebrew#usage
|
_docs: https://github.com/whalebrew/whalebrew#usage
|
||||||
|
|
Loading…
Reference in a new issue