Latest
This commit is contained in:
parent
e268b6de62
commit
9d5c82ae2a
5 changed files with 41 additions and 6 deletions
16
docs/TODO.md
16
docs/TODO.md
|
@ -179,6 +179,8 @@ https://github.com/rigoneri/Syte3
|
||||||
* https://github.com/tauri-apps/tauri
|
* https://github.com/tauri-apps/tauri
|
||||||
* https://github.com/emilengler/sysget
|
* https://github.com/emilengler/sysget
|
||||||
* https://github.com/pocketbase/pocketbase
|
* https://github.com/pocketbase/pocketbase
|
||||||
|
* sysget
|
||||||
|
* https://github.com/therootcompany/serviceman
|
||||||
|
|
||||||
## PHP
|
## PHP
|
||||||
|
|
||||||
|
@ -228,4 +230,16 @@ https://medusajs.com/?ref=producthunt
|
||||||
https://railway.app/?ref=producthunt
|
https://railway.app/?ref=producthunt
|
||||||
|
|
||||||
Figure out how to use CLI for https://github.com/docker/volumes-backup-extension
|
Figure out how to use CLI for https://github.com/docker/volumes-backup-extension
|
||||||
https://formulae.brew.sh/formula/docker-machine-driver-vmware#default
|
https://formulae.brew.sh/formula/docker-machine-driver-vmware#default
|
||||||
|
https://www.npmjs.com/package/windosu
|
||||||
|
|
||||||
|
Caddy
|
||||||
|
https://webinstall.dev/xz/
|
||||||
|
https://webinstall.dev/goreleaser/
|
||||||
|
https://webinstall.dev/dotenv/
|
||||||
|
https://webinstall.dev/bun/
|
||||||
|
|
||||||
|
https://webinstall.dev/vim-sensible/
|
||||||
|
https://webinstall.dev/vim-devicons/
|
||||||
|
https://webinstall.dev/vim-nerdtree/
|
||||||
|
https://webinstall.dev/vim-gui/
|
|
@ -847,7 +847,7 @@ softwareGroups:
|
||||||
- pulumi
|
- pulumi
|
||||||
- sysbench
|
- sysbench
|
||||||
- sysdig
|
- sysdig
|
||||||
- sysget
|
- sysz
|
||||||
- upt
|
- upt
|
||||||
- winrm-cli
|
- winrm-cli
|
||||||
- wireshark-cli
|
- wireshark-cli
|
||||||
|
|
4
home/dot_config/bin/config.json
Normal file
4
home/dot_config/bin/config.json
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"default_path": "$HOME/.local/bin/",
|
||||||
|
"bins": {}
|
||||||
|
}
|
|
@ -338,11 +338,14 @@ if command -v antigen > /dev/null; then
|
||||||
# antigen bundle skaffold
|
# antigen bundle skaffold
|
||||||
antigen bundle spring
|
antigen bundle spring
|
||||||
# antigen bundle shell-proxy
|
# antigen bundle shell-proxy
|
||||||
antigen bundle sprunge
|
# On macOS, parse error 6/13/23 for sprunge
|
||||||
|
# antigen bundle sprunge
|
||||||
# antigen bundle ssh-agent
|
# antigen bundle ssh-agent
|
||||||
antigen bundle sudo
|
antigen bundle sudo
|
||||||
antigen bundle terraform
|
antigen bundle terraform
|
||||||
antigen bundle thefuck
|
if command -v thefuck > /dev/null; then
|
||||||
|
antigen bundle thefuck
|
||||||
|
fi
|
||||||
antigen bundle timer
|
antigen bundle timer
|
||||||
antigen bundle tmuxinator
|
antigen bundle tmuxinator
|
||||||
antigen bundle urltools
|
antigen bundle urltools
|
||||||
|
|
18
software.yml
18
software.yml
|
@ -501,6 +501,18 @@ softwarePackages:
|
||||||
https://www.clamav.net/ https://www.malwarebytes.com/
|
https://www.clamav.net/ https://www.malwarebytes.com/
|
||||||
_name: AntiVirus
|
_name: AntiVirus
|
||||||
ansible: professormanhattan.antivirus
|
ansible: professormanhattan.antivirus
|
||||||
|
sysz:
|
||||||
|
_deps:
|
||||||
|
- fzf
|
||||||
|
_bin: sysz
|
||||||
|
_desc: An fzf terminal UI for systemctl
|
||||||
|
_docs: https://github.com/joehillen/sysz
|
||||||
|
_github: https://github.com/joehillen/sysz
|
||||||
|
_home: https://github.com/joehillen/sysz
|
||||||
|
_name: syz
|
||||||
|
nix-env: nixpkgs.sysz
|
||||||
|
paru: sysz
|
||||||
|
script:linux: cd /tmp && git clone https://github.com/joehillen/sysz.git && cd sysz && sudo make install && cd /tmp && rm -rf sysz
|
||||||
appium:
|
appium:
|
||||||
_bin: appium
|
_bin: appium
|
||||||
_desc: '[Appium](https://appium.io/) is an open source automation tool for running scripts and testing native applications, mobile-web applications and hybrid applications on Android or iOS using a webdriver.'
|
_desc: '[Appium](https://appium.io/) is an open source automation tool for running scripts and testing native applications, mobile-web applications and hybrid applications on Android or iOS using a webdriver.'
|
||||||
|
@ -4576,6 +4588,7 @@ softwarePackages:
|
||||||
_home: https://github.com/lsd-rs/lsd
|
_home: https://github.com/lsd-rs/lsd
|
||||||
_name: LSD (LSDeluxe)
|
_name: LSD (LSDeluxe)
|
||||||
_notes: Only the Chocolatey definition is included because LSD is only used on Windows (when `exa` is not available)
|
_notes: Only the Chocolatey definition is included because LSD is only used on Windows (when `exa` is not available)
|
||||||
|
brew: lsd
|
||||||
choco: lsd
|
choco: lsd
|
||||||
lxc:
|
lxc:
|
||||||
_bin: lxc
|
_bin: lxc
|
||||||
|
@ -7498,13 +7511,13 @@ softwarePackages:
|
||||||
github: github.com/oldj/SwitchHosts
|
github: github.com/oldj/SwitchHosts
|
||||||
scoop: switchhosts
|
scoop: switchhosts
|
||||||
sync-ssh-keys:
|
sync-ssh-keys:
|
||||||
_bin: null
|
_bin: sync-ssh-keys
|
||||||
_desc: Sync public ssh keys to ~/.ssh/authorized_keys, based on Github/Gitlab organization membership
|
_desc: Sync public ssh keys to ~/.ssh/authorized_keys, based on Github/Gitlab organization membership
|
||||||
_docs: null
|
_docs: null
|
||||||
_github: https://github.com/samber/sync-ssh-keys
|
_github: https://github.com/samber/sync-ssh-keys
|
||||||
_home: null
|
_home: null
|
||||||
_name: sync-ssh-keys
|
_name: sync-ssh-keys
|
||||||
github: github.com/samber/sync-ssh-keys
|
go: github.com/samber/sync-ssh-keys@latest
|
||||||
yay: sync-ssh-keys-bin
|
yay: sync-ssh-keys-bin
|
||||||
vidmerger:
|
vidmerger:
|
||||||
_deps:
|
_deps:
|
||||||
|
@ -7650,6 +7663,7 @@ softwarePackages:
|
||||||
_github: https://github.com/emilengler/sysget
|
_github: https://github.com/emilengler/sysget
|
||||||
_home: null
|
_home: null
|
||||||
_name: sysget
|
_name: sysget
|
||||||
|
_note: TODO
|
||||||
t:
|
t:
|
||||||
_bin: t
|
_bin: t
|
||||||
_desc: A command-line power tool for Twitter
|
_desc: A command-line power tool for Twitter
|
||||||
|
|
Loading…
Reference in a new issue