Latest
This commit is contained in:
parent
ad7291db25
commit
094d0d71bc
3 changed files with 24 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
xattr -d com.apple.quarantine rclone
|
xattr -d com.apple.quarantine rclone
|
||||||
|
|
||||||
# TODOs
|
# TODOs
|
||||||
|
[Title](https://github.com/ViktorBusk/LunarChad)
|
||||||
[Title](https://github.com/highlight/highlight)
|
[Title](https://github.com/highlight/highlight)
|
||||||
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.
|
||||||
* [Title](https://www.ipfire.org/)
|
* [Title](https://www.ipfire.org/)
|
||||||
|
|
|
@ -928,6 +928,9 @@ softwareGroups:
|
||||||
- enola
|
- enola
|
||||||
- social-analyzer
|
- social-analyzer
|
||||||
- t
|
- t
|
||||||
|
Hacking: &Hacking
|
||||||
|
- ettercap
|
||||||
|
- john
|
||||||
Sys-Admin: &Sys-Admin
|
Sys-Admin: &Sys-Admin
|
||||||
- arping
|
- arping
|
||||||
- ctop
|
- ctop
|
||||||
|
@ -1257,6 +1260,7 @@ softwareGroups:
|
||||||
- *Git
|
- *Git
|
||||||
- *Git-Project-Tools
|
- *Git-Project-Tools
|
||||||
- *Go
|
- *Go
|
||||||
|
- *Hacking
|
||||||
- *Home
|
- *Home
|
||||||
- *Kubernetes
|
- *Kubernetes
|
||||||
- *Linting
|
- *Linting
|
||||||
|
|
20
software.yml
20
software.yml
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
# eslint-disable eslint-comments/disable-enable-pair, max-len, max-lines, no-warning-comments
|
# eslint-disable eslint-comments/disable-enable-pair, max-len, max-lines, no-warning-comments
|
||||||
# ettercap calc mongodb dialog john xhyve elm icdiff ddrescue tcl-tk flac zenity terragrunt dbus grpc diffutils sonarqube haproxy cabal-install sonar-scanner tmate solr tcptraceroute hashcat handbrake iproute2mac 2fsprogs hydra you-get cabextract sphinx-doc iftop htop-osx w3m grc moreutils rpm iperf3 libav iperf lmdb mcrypt httprack aircrack-ng ntfs-3g glog parallel rename gdbm geckodriver pv sdl swig doxygen mtr graphicsmagick putty llvm flow watch gdb ant mariadb mercurial autoconf maven readline libtool chromedriver pkg-config
|
# mongodb xhyve elm icdiff ddrescue tcl-tk flac zenity terragrunt dbus grpc diffutils sonarqube haproxy cabal-install sonar-scanner tmate solr tcptraceroute hashcat handbrake iproute2mac 2fsprogs hydra you-get cabextract sphinx-doc iftop htop-osx w3m grc moreutils rpm iperf3 libav iperf lmdb mcrypt httprack aircrack-ng ntfs-3g glog parallel rename gdbm geckodriver pv sdl swig doxygen mtr graphicsmagick putty llvm flow watch gdb ant mariadb mercurial autoconf maven readline libtool chromedriver pkg-config
|
||||||
# `softwarePackages` is a map of possible package managers to use while installing a program. The installer will
|
# `softwarePackages` is a map of possible package managers to use while installing a program. The installer will
|
||||||
# look at the `installerPreference` variable and find the first package manager that is in the package's possible
|
# look at the `installerPreference` variable and find the first package manager that is in the package's possible
|
||||||
# installation method and then use that. It is also sensitive to the type of operating system so a package with
|
# installation method and then use that. It is also sensitive to the type of operating system so a package with
|
||||||
|
@ -327,6 +327,15 @@ softwarePackages:
|
||||||
_docs: https://robotframework.org/robotframework/#user-guide
|
_docs: https://robotframework.org/robotframework/#user-guide
|
||||||
_name: Robot Framework
|
_name: Robot Framework
|
||||||
pipx: robotframework
|
pipx: robotframework
|
||||||
|
ettercap:
|
||||||
|
_bin: ettercap
|
||||||
|
_github: https://github.com/Ettercap/ettercap
|
||||||
|
_name: Ettercap
|
||||||
|
apt: ettercap
|
||||||
|
brew: ettercap
|
||||||
|
choco: ettercap
|
||||||
|
dnf: ettercap
|
||||||
|
pacman: ettercap
|
||||||
act:
|
act:
|
||||||
_bin: act
|
_bin: act
|
||||||
_desc: '[Act](https://github.com/nektos/act) Run GitHub actions locally'
|
_desc: '[Act](https://github.com/nektos/act) Run GitHub actions locally'
|
||||||
|
@ -360,6 +369,15 @@ softwarePackages:
|
||||||
apt: kwin-bismuth
|
apt: kwin-bismuth
|
||||||
dnf: bismuth
|
dnf: bismuth
|
||||||
pacman: kwin-bismuth
|
pacman: kwin-bismuth
|
||||||
|
john:
|
||||||
|
_bin: john
|
||||||
|
_github:
|
||||||
|
_name: John
|
||||||
|
apt: john
|
||||||
|
brew: john
|
||||||
|
dnf: john
|
||||||
|
pacman: john
|
||||||
|
choco: john
|
||||||
graphql-playground:
|
graphql-playground:
|
||||||
_bin: graphql-playground
|
_bin: graphql-playground
|
||||||
_github: https://github.com/graphql/graphql-playground
|
_github: https://github.com/graphql/graphql-playground
|
||||||
|
|
Loading…
Reference in a new issue