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
|
||||
Finance-Desktop: &Finance-Desktop
|
||||
- manta
|
||||
Games-Desktop: &Games
|
||||
- mudlet
|
||||
Git: &Git
|
||||
- commitizen
|
||||
- gh
|
||||
|
@ -1088,6 +1090,7 @@ softwareGroups:
|
|||
- *E-mail-Desktop
|
||||
- *Engineering-Desktop
|
||||
- *Finance-Desktop
|
||||
- *Games-Desktop
|
||||
- *Git-Desktop
|
||||
- *Kubernetes-Desktop
|
||||
- *Media-Desktop
|
||||
|
@ -1276,11 +1279,9 @@ qubes:
|
|||
# - debian-10
|
||||
- debian-11
|
||||
- debian-11-minimal
|
||||
- fedora-32
|
||||
- fedora-36
|
||||
- fedora-36-minimal
|
||||
- fedora-36-xfce
|
||||
- fedora-37
|
||||
- fedora-38
|
||||
- fedora-38-minimal
|
||||
# - gentoo
|
||||
# - gentoo-minimal
|
||||
# - kali
|
||||
|
|
11
software.yml
11
software.yml
|
@ -3272,6 +3272,17 @@ softwarePackages:
|
|||
github: github.com/muesli/gitomatic
|
||||
pacman: 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:
|
||||
_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.'
|
||||
|
|
Loading…
Reference in a new issue