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.
|
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
|
- Integrate Sheldon
|
||||||
|
- Look at Flipper Zero
|
||||||
- Add Mamba
|
- Add Mamba
|
||||||
|
- https://docs.pkgx.sh/using-pkgx/shell-integration
|
||||||
- https://containertoolbx.org/install/
|
- https://containertoolbx.org/install/
|
||||||
- https://github.com/todotxt/todo.txt-cli
|
- https://github.com/todotxt/todo.txt-cli
|
||||||
- https://github.com/PromtEngineer/localGPT
|
- 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/opf/openproject
|
||||||
- https://github.com/mastodon/mastodon
|
- https://github.com/mastodon/mastodon
|
||||||
- https://github.com/huginn/huginn
|
- https://github.com/huginn/huginn
|
||||||
|
- https://github.com/formbricks/formbricks
|
||||||
- https://github.com/chatwoot/chatwoot
|
- https://github.com/chatwoot/chatwoot
|
||||||
- https://github.com/discourse/discourse
|
- https://github.com/discourse/discourse
|
||||||
- [Title](https://github.com/sipt/shuttle)
|
- [Title](https://github.com/sipt/shuttle)
|
||||||
|
|
|
@ -740,6 +740,7 @@ softwareGroups:
|
||||||
- inkscape
|
- inkscape
|
||||||
- kdenlive
|
- kdenlive
|
||||||
- kodi
|
- kodi
|
||||||
|
- koodo-reader
|
||||||
- krita
|
- krita
|
||||||
- lollypop
|
- lollypop
|
||||||
- obs-studio
|
- obs-studio
|
||||||
|
|
12
software.yml
12
software.yml
|
@ -8994,6 +8994,14 @@ softwarePackages:
|
||||||
_home: https://github.com/fatedier/frp
|
_home: https://github.com/fatedier/frp
|
||||||
_name: frps (server)
|
_name: frps (server)
|
||||||
brew: frps
|
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:
|
ruff:
|
||||||
_bin: ruff
|
_bin: ruff
|
||||||
_desc: An extremely fast Python linter, written in Rust.
|
_desc: An extremely fast Python linter, written in Rust.
|
||||||
|
@ -9001,6 +9009,9 @@ softwarePackages:
|
||||||
_github: https://github.com/charliermarsh/ruff
|
_github: https://github.com/charliermarsh/ruff
|
||||||
_home: https://beta.ruff.rs/docs/
|
_home: https://beta.ruff.rs/docs/
|
||||||
_name: Ruff
|
_name: Ruff
|
||||||
|
apk: ruff
|
||||||
|
brew: ruff
|
||||||
|
pacman: ruff
|
||||||
pipx: ruff
|
pipx: ruff
|
||||||
hugo:
|
hugo:
|
||||||
_bin: hugo
|
_bin: hugo
|
||||||
|
@ -9927,6 +9938,7 @@ softwarePackages:
|
||||||
_github: https://github.com/mirror/vbox
|
_github: https://github.com/mirror/vbox
|
||||||
_home: https://www.virtualbox.org/
|
_home: https://www.virtualbox.org/
|
||||||
_name: VirtualBox
|
_name: VirtualBox
|
||||||
|
_todo: Add support for arm64 - currently brew install --cask virtualbox requires intel 64 bit
|
||||||
_post:choco: |
|
_post:choco: |
|
||||||
# TODO
|
# TODO
|
||||||
# TODO
|
# TODO
|
||||||
|
|
Loading…
Reference in a new issue