Latest
This commit is contained in:
parent
e79b29243b
commit
2dc5eb040f
2 changed files with 22 additions and 0 deletions
|
@ -366,6 +366,7 @@ softwareGroups:
|
||||||
- fig
|
- fig
|
||||||
- figlet
|
- figlet
|
||||||
- filebrowser
|
- filebrowser
|
||||||
|
- forever
|
||||||
- fm
|
- fm
|
||||||
- gitmoji-cli
|
- gitmoji-cli
|
||||||
- gopass
|
- gopass
|
||||||
|
@ -740,6 +741,7 @@ softwareGroups:
|
||||||
- imagemagick
|
- imagemagick
|
||||||
- jpegoptim
|
- jpegoptim
|
||||||
- korkut
|
- korkut
|
||||||
|
- lux
|
||||||
- pandoc
|
- pandoc
|
||||||
- sharp
|
- sharp
|
||||||
- spotdl
|
- spotdl
|
||||||
|
@ -1209,6 +1211,7 @@ softwareGroups:
|
||||||
- betwixt
|
- betwixt
|
||||||
- fiddler
|
- fiddler
|
||||||
- figma
|
- figma
|
||||||
|
- google-web-designer
|
||||||
- http-toolkit
|
- http-toolkit
|
||||||
- imagine
|
- imagine
|
||||||
- imageoptim
|
- imageoptim
|
||||||
|
|
19
software.yml
19
software.yml
|
@ -284,6 +284,11 @@ softwarePackages:
|
||||||
cask: tradingview
|
cask: tradingview
|
||||||
msix: https://tvd-packages.tradingview.com/stable/latest/win32/TradingView.msix
|
msix: https://tvd-packages.tradingview.com/stable/latest/win32/TradingView.msix
|
||||||
snap: tradingview
|
snap: tradingview
|
||||||
|
google-web-designer:
|
||||||
|
_bin: google-web-designer
|
||||||
|
_name: Google Web Designer
|
||||||
|
cask: google-web-designer
|
||||||
|
choco: google-web-designer
|
||||||
fabric:
|
fabric:
|
||||||
_bin: fab
|
_bin: fab
|
||||||
_github: https://github.com/fabric/fabric
|
_github: https://github.com/fabric/fabric
|
||||||
|
@ -6930,6 +6935,15 @@ softwarePackages:
|
||||||
_home: null
|
_home: null
|
||||||
_name: LastPass CLI
|
_name: LastPass CLI
|
||||||
ansible: professormanhattan.lpass
|
ansible: professormanhattan.lpass
|
||||||
|
lux:
|
||||||
|
_bin: lux
|
||||||
|
_github:
|
||||||
|
_name: Lux
|
||||||
|
go: github.com/iawia002/lux@latest
|
||||||
|
brew: lux
|
||||||
|
xbps: lux
|
||||||
|
scoop: lux
|
||||||
|
choco: github.com/iawia002/lux
|
||||||
lsd:
|
lsd:
|
||||||
_bin: lsd
|
_bin: lsd
|
||||||
_desc: '[LSD](https://github.com/Peltoche/lsd) (LSDeluxe), a clone of ls, is the next gen ls command with colorful output, file type icons, and more.'
|
_desc: '[LSD](https://github.com/Peltoche/lsd) (LSDeluxe), a clone of ls, is the next gen ls command with colorful output, file type icons, and more.'
|
||||||
|
@ -9099,6 +9113,11 @@ softwarePackages:
|
||||||
choco: plex-home-theater
|
choco: plex-home-theater
|
||||||
flatpak: tv.plex.PlexHTPC
|
flatpak: tv.plex.PlexHTPC
|
||||||
snap: plex-htpc
|
snap: plex-htpc
|
||||||
|
forever:
|
||||||
|
_bin: forever
|
||||||
|
_github: https://github.com/foreversd/forever
|
||||||
|
_name: Forever
|
||||||
|
npm: forever
|
||||||
pm2:
|
pm2:
|
||||||
_bin: pm2
|
_bin: pm2
|
||||||
_desc: PM2 is a production process manager for Node.js applications with a built-in load balancer. It allows you to keep applications alive forever, to reload them without downtime and to facilitate common system admin tasks
|
_desc: PM2 is a production process manager for Node.js applications with a built-in load balancer. It allows you to keep applications alive forever, to reload them without downtime and to facilitate common system admin tasks
|
||||||
|
|
Loading…
Reference in a new issue