Latest
This commit is contained in:
parent
e268b6de62
commit
9d5c82ae2a
5 changed files with 41 additions and 6 deletions
14
docs/TODO.md
14
docs/TODO.md
|
@ -179,6 +179,8 @@ https://github.com/rigoneri/Syte3
|
|||
* https://github.com/tauri-apps/tauri
|
||||
* https://github.com/emilengler/sysget
|
||||
* https://github.com/pocketbase/pocketbase
|
||||
* sysget
|
||||
* https://github.com/therootcompany/serviceman
|
||||
|
||||
## PHP
|
||||
|
||||
|
@ -229,3 +231,15 @@ https://railway.app/?ref=producthunt
|
|||
|
||||
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://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
|
||||
- sysbench
|
||||
- sysdig
|
||||
- sysget
|
||||
- sysz
|
||||
- upt
|
||||
- winrm-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 spring
|
||||
# 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 sudo
|
||||
antigen bundle terraform
|
||||
if command -v thefuck > /dev/null; then
|
||||
antigen bundle thefuck
|
||||
fi
|
||||
antigen bundle timer
|
||||
antigen bundle tmuxinator
|
||||
antigen bundle urltools
|
||||
|
|
18
software.yml
18
software.yml
|
@ -501,6 +501,18 @@ softwarePackages:
|
|||
https://www.clamav.net/ https://www.malwarebytes.com/
|
||||
_name: 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:
|
||||
_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.'
|
||||
|
@ -4576,6 +4588,7 @@ softwarePackages:
|
|||
_home: https://github.com/lsd-rs/lsd
|
||||
_name: LSD (LSDeluxe)
|
||||
_notes: Only the Chocolatey definition is included because LSD is only used on Windows (when `exa` is not available)
|
||||
brew: lsd
|
||||
choco: lsd
|
||||
lxc:
|
||||
_bin: lxc
|
||||
|
@ -7498,13 +7511,13 @@ softwarePackages:
|
|||
github: github.com/oldj/SwitchHosts
|
||||
scoop: switchhosts
|
||||
sync-ssh-keys:
|
||||
_bin: null
|
||||
_bin: sync-ssh-keys
|
||||
_desc: Sync public ssh keys to ~/.ssh/authorized_keys, based on Github/Gitlab organization membership
|
||||
_docs: null
|
||||
_github: https://github.com/samber/sync-ssh-keys
|
||||
_home: null
|
||||
_name: sync-ssh-keys
|
||||
github: github.com/samber/sync-ssh-keys
|
||||
go: github.com/samber/sync-ssh-keys@latest
|
||||
yay: sync-ssh-keys-bin
|
||||
vidmerger:
|
||||
_deps:
|
||||
|
@ -7650,6 +7663,7 @@ softwarePackages:
|
|||
_github: https://github.com/emilengler/sysget
|
||||
_home: null
|
||||
_name: sysget
|
||||
_note: TODO
|
||||
t:
|
||||
_bin: t
|
||||
_desc: A command-line power tool for Twitter
|
||||
|
|
Loading…
Reference in a new issue