This commit is contained in:
Brian Zalewski 2023-06-17 05:21:27 +00:00
parent 9b0c54776b
commit 066d1d5cb9
3 changed files with 80 additions and 5 deletions

View file

@ -1,3 +1,5 @@
Integrate into PowerShell profile.ps1: https://github.com/dahlbyk/posh-git
# TODOs
https://github.com/search?q=vscode&type=repositories&s=stars&o=desc&p=2
@ -175,6 +177,20 @@ https://github.com/rigoneri/Syte3
* Look into tile managers
## Website
https://github.com/Mintplex-Labs/anything-llm
* https://webcontainers.io/
* https://github.com/zulip/zulip
## Kubernetes
* https://github.com/kubevirt/kubevirt
## VM
* https://www.cloudhypervisor.org/
## CLI
@ -189,6 +205,14 @@ https://github.com/rigoneri/Syte3
* https://github.com/therootcompany/serviceman
* https://github.com/vadimdemedes/ink
* https://github.com/ajenti/ajenti
* https://github.com/linuxserver/docker-webtop
* https://github.com/chocolatey/boxstarter
## System
* Include [vagrant-hostmanager](https://github.com/devopsgroup-io/vagrant-hostmanager) to register IP addresses to `/etc/hosts` files so that they have IP addresses of other machines in the same Vagrant network
* Possible security improvement https://github.com/containers/toolbox
* Possible security test - https://github.com/AlessandroZ/LaZagne Windows password system sniffer
## PHP
@ -342,10 +366,12 @@ https://github.com/superhighfives/pika
https://github.com/halo/LinkLiar
https://github.com/producthunt/producthunt-osx
https://github.com/Mortennn/FiScript
https://github.com/zenangst/Syncalicious
https://github.com/soduto/Soduto
https://github.com/wulkano/Plug
https://github.com/humblepenguinn/envio
Add to KDE plugins:
https://github.com/Bismuth-Forge/bismuth
@ -357,6 +383,7 @@ https://github.com/vector-im/element-web - Matrix
https://github.com/outline/outline - Collaborative MD
https://github.com/nocodb/nocodb - MySQL Spreadsheet
https://github.com/excalidraw/excalidraw - Hand-drawn Diagrams
https://github.com/ansible/awx - AWX Ansible Management
## NoCode Docker Maybe
https://github.com/illacloud/illa-builder
@ -376,6 +403,8 @@ https://github.com/reworkd/AgentGPT
https://github.com/appwrite/appwrite
https://github.com/hoppscotch/hoppscotch
builder.io
https://github.com/hocus-dev/hocus
https://github.com/reworkd/AgentGPT
Finish TS from 1400 stars
Python

View file

@ -218,6 +218,7 @@ softwareGroups:
- cryptomator
- seafile-client
- timeshift
- syncalicious
Browsers: &Browsers
- w3m
Browsers-Desktop: &Browsers-Desktop
@ -336,6 +337,7 @@ softwareGroups:
- http-prompt
- httpie
- httpstat
- howdoi
- hurl
- imgur-uploader
- is-up
@ -786,6 +788,7 @@ softwareGroups:
- assh
- endlessh
- fail2ban
- hss
- mosh
- openssh-server
- skm
@ -798,6 +801,7 @@ softwareGroups:
- bitwarden-cli
- boringtun
- debsecan
- dotenv-vault
- envchain
- envconsul
- openssl
@ -817,6 +821,7 @@ softwareGroups:
- lulu
- mullvad-vpn
- portmaster
- privileges
- protonvpn
- santa
- tunnelblick
@ -880,6 +885,7 @@ softwareGroups:
- dat
- ffsend
- gdown
- magic-wormhole
- nitroshare
- ots
- portal
@ -918,6 +924,7 @@ softwareGroups:
- cordova
- deno
- deta
- devbox
- electron
- emma
- fastify
@ -1329,6 +1336,8 @@ softwareGroups:
queued:
- pkg: editly
note: Editly NPM package is failing to install on macOS. Attempts to compile with node-gyp and fails.
- pkg: rancher-desktop
note: Conflicts with Docker Desktop
- pkg: rear
note: System backup utility that may be incorporated after comparing it with alternative and perhaps better alternatives.
- pkg: frps / frpc

View file

@ -664,15 +664,26 @@ softwarePackages:
_home: https://astronvim.github.io/
_name: AstroNvim
_post: nvim --headless -c 'autocmd User PackerComplete quitall'
devbox:
_bin: devbox
_github: https://github.com/jetpack-io/devbox
nix-env: nixpkgs.devbox
script: curl -fsSL https://get.jetpack.io/devbox | bash
codeedit:
_bin: codeedit
_desc:
_docs:
_github:
_home:
_github: https://github.com/CodeEditApp/CodeEdit
_name: CodeEdit
_when:cask: echo '! test -d /Applications/CodeEdit.app' | bash
cask: codeedit
syncalicious:
_bin: syncalicious
_desc: macOS application that syncs application settings across instances of macOS (and can also be used for backing up application settings)
_docs: https://github.com/zenangst/Syncalicious
_github: https://github.com/zenangst/Syncalicious
_home: https://github.com/zenangst/Syncalicious
_name: Syncalicious
_when:cask: echo '! test -d /Applications/Syncalicious.app' | bash
cask: syncalicious
auto-install:
_bin: auto-install
_desc: '[auto-install](https://github.com/siddharthkp/auto-install) installs dependencies as you code'
@ -4204,6 +4215,9 @@ softwarePackages:
_home: https://github.com/zquestz/s
_name: s
brew: s-search
rancher-desktop:
_github: https://github.com/rancher-sandbox/rancher-desktop/
cask: rancher
footloose:
_bin: footloose
_desc: Container Machines - Containers that look like Virtual Machines
@ -4906,6 +4920,18 @@ softwarePackages:
brew: davrodpin/homebrew-mole/mole
github: github.com/davrodpin/mole
yay: mole-bin
dotenv-vault:
_bin: dotenv-vault
_name: Dotenv Vault
brew: dotenv-org/brew/dotenv-vault
privileges:
_name: Privileges
_when:cask: echo '! test -d /Applications/Privileges.app' | bash
cask: privileges
hss:
_bin: hss
_github: https://github.com/six-ddc/hss
brew: hss
molecule:
_bin: molecule
_desc: Molecule aids in the development and testing of Ansible roles
@ -7962,6 +7988,17 @@ softwarePackages:
brew: tig
nix: tig
pkg: tig
howdoi:
_bin: howdoi
_github: https://github.com/gleitz/howdoi
_name: howdoi
brew: howdoi
pipx: howdoi
magic-wormhole:
_bin: wormhole
_github: https://github.com/magic-wormhole/magic-wormhole
_name: Magic Wormhole
brew: magic-wormhole
tilt:
_bin: tilt
_desc: Define your dev environment as code. For microservice apps on Kubernetes