Latest
This commit is contained in:
parent
68d7057743
commit
c4be8efe01
3 changed files with 16 additions and 0 deletions
|
@ -6,7 +6,9 @@ Create issue about setting up completions - https://github.com/rsteube/lazycompl
|
|||
This page outlines various projects and tasks that we are currently working on. Creating a GitHub issue for each of these items would be overkill.
|
||||
|
||||
- Integrate Sheldon
|
||||
- Look at Flipper Zero
|
||||
- Add Mamba
|
||||
- https://docs.pkgx.sh/using-pkgx/shell-integration
|
||||
- https://containertoolbx.org/install/
|
||||
- https://github.com/todotxt/todo.txt-cli
|
||||
- https://github.com/PromtEngineer/localGPT
|
||||
|
@ -67,6 +69,7 @@ The following items are Docker containers that we may want to include as default
|
|||
- https://github.com/opf/openproject
|
||||
- https://github.com/mastodon/mastodon
|
||||
- https://github.com/huginn/huginn
|
||||
- https://github.com/formbricks/formbricks
|
||||
- https://github.com/chatwoot/chatwoot
|
||||
- https://github.com/discourse/discourse
|
||||
- [Title](https://github.com/sipt/shuttle)
|
||||
|
|
|
@ -740,6 +740,7 @@ softwareGroups:
|
|||
- inkscape
|
||||
- kdenlive
|
||||
- kodi
|
||||
- koodo-reader
|
||||
- krita
|
||||
- lollypop
|
||||
- obs-studio
|
||||
|
|
12
software.yml
12
software.yml
|
@ -8994,6 +8994,14 @@ softwarePackages:
|
|||
_home: https://github.com/fatedier/frp
|
||||
_name: frps (server)
|
||||
brew: frps
|
||||
koodo-reader:
|
||||
_bin: koodo-reader
|
||||
_github: https://github.com/koodo-reader/koodo-reader
|
||||
_name: Koodo Reader
|
||||
cask: koodo-reader
|
||||
scoop: extras/koodo-reader
|
||||
winget: AppbyTroye.KoodoReader
|
||||
flatpak: io.github.troyeguo.koodo-reader
|
||||
ruff:
|
||||
_bin: ruff
|
||||
_desc: An extremely fast Python linter, written in Rust.
|
||||
|
@ -9001,6 +9009,9 @@ softwarePackages:
|
|||
_github: https://github.com/charliermarsh/ruff
|
||||
_home: https://beta.ruff.rs/docs/
|
||||
_name: Ruff
|
||||
apk: ruff
|
||||
brew: ruff
|
||||
pacman: ruff
|
||||
pipx: ruff
|
||||
hugo:
|
||||
_bin: hugo
|
||||
|
@ -9927,6 +9938,7 @@ softwarePackages:
|
|||
_github: https://github.com/mirror/vbox
|
||||
_home: https://www.virtualbox.org/
|
||||
_name: VirtualBox
|
||||
_todo: Add support for arm64 - currently brew install --cask virtualbox requires intel 64 bit
|
||||
_post:choco: |
|
||||
# TODO
|
||||
# TODO
|
||||
|
|
Loading…
Reference in a new issue