Added Mudlet
This commit is contained in:
parent
03b5cd5f53
commit
97fa8f567f
2 changed files with 16 additions and 4 deletions
|
@ -465,6 +465,8 @@ softwareGroups:
|
||||||
- infracost
|
- infracost
|
||||||
Finance-Desktop: &Finance-Desktop
|
Finance-Desktop: &Finance-Desktop
|
||||||
- manta
|
- manta
|
||||||
|
Games-Desktop: &Games
|
||||||
|
- mudlet
|
||||||
Git: &Git
|
Git: &Git
|
||||||
- commitizen
|
- commitizen
|
||||||
- gh
|
- gh
|
||||||
|
@ -1088,6 +1090,7 @@ softwareGroups:
|
||||||
- *E-mail-Desktop
|
- *E-mail-Desktop
|
||||||
- *Engineering-Desktop
|
- *Engineering-Desktop
|
||||||
- *Finance-Desktop
|
- *Finance-Desktop
|
||||||
|
- *Games-Desktop
|
||||||
- *Git-Desktop
|
- *Git-Desktop
|
||||||
- *Kubernetes-Desktop
|
- *Kubernetes-Desktop
|
||||||
- *Media-Desktop
|
- *Media-Desktop
|
||||||
|
@ -1276,11 +1279,9 @@ qubes:
|
||||||
# - debian-10
|
# - debian-10
|
||||||
- debian-11
|
- debian-11
|
||||||
- debian-11-minimal
|
- debian-11-minimal
|
||||||
- fedora-32
|
|
||||||
- fedora-36
|
|
||||||
- fedora-36-minimal
|
|
||||||
- fedora-36-xfce
|
|
||||||
- fedora-37
|
- fedora-37
|
||||||
|
- fedora-38
|
||||||
|
- fedora-38-minimal
|
||||||
# - gentoo
|
# - gentoo
|
||||||
# - gentoo-minimal
|
# - gentoo-minimal
|
||||||
# - kali
|
# - kali
|
||||||
|
|
11
software.yml
11
software.yml
|
@ -3272,6 +3272,17 @@ softwarePackages:
|
||||||
github: github.com/muesli/gitomatic
|
github: github.com/muesli/gitomatic
|
||||||
pacman: gitomatic
|
pacman: gitomatic
|
||||||
scoop: gitomatic
|
scoop: gitomatic
|
||||||
|
mudlet:
|
||||||
|
_bin: mudlet
|
||||||
|
_desc: A full-featured cross-OS MUD client
|
||||||
|
_docs: https://wiki.mudlet.org/?pk_vid=b53bfe5eba0aac5a1685341616dc4f27
|
||||||
|
_github: https://github.com/Mudlet/Mudlet
|
||||||
|
_home: https://www.mudlet.org/
|
||||||
|
_name: Mudlet
|
||||||
|
_when:cask: '! test -d /Applications/mudlet.app'
|
||||||
|
cask: mudlet
|
||||||
|
choco: mudlet
|
||||||
|
snap: mudlet-linux
|
||||||
git-stats:
|
git-stats:
|
||||||
_bin: git-stats
|
_bin: git-stats
|
||||||
_desc: '[gitstats](https://github.com/IonicaBizau/git-stats) can track and display local git statistics. It includes the capability of displaying a GitHub-like contributions calendar in the terminal.'
|
_desc: '[gitstats](https://github.com/IonicaBizau/git-stats) can track and display local git statistics. It includes the capability of displaying a GitHub-like contributions calendar in the terminal.'
|
||||||
|
|
Loading…
Reference in a new issue