From cb18da20357e5ea8068d3aee8622ae11623a4cf3 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Tue, 31 Jan 2023 06:57:43 +0000 Subject: [PATCH] Update 3 files - /docs/TODO.md - /software.yml - /home/dot_config/shell/aliases.sh.tmpl --- docs/TODO.md | 4 ++++ home/dot_config/shell/aliases.sh.tmpl | 5 +++++ software.yml | 26 +++++++++++++++++++++++++- 3 files changed, 34 insertions(+), 1 deletion(-) diff --git a/docs/TODO.md b/docs/TODO.md index c488043a..5273079f 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -5,6 +5,10 @@ https://github.com/DustinBrett/daedalOS https://github.com/ansh/jiffyreader.com https://github.com/allinurl/goaccess https://github.com/cloudflare/boringtun +https://github.com/Barre/privaxy +https://github.com/rustdesk/rustdesk +https://github.com/tw93/Pake +https://github.com/lencx/ChatGPT CLOUDSDK_CORE_PROJECT: "megabyte-labs" GCE_CREDENTIALS_FILE: "{{ joinPath .chezmoi.homeDir ".config" "gcp.json" }}" GCE_SERVICE_ACCOUNT_EMAIL: "molecule@megabyte-labs.iam.gserviceaccount.com" diff --git a/home/dot_config/shell/aliases.sh.tmpl b/home/dot_config/shell/aliases.sh.tmpl index b04a2acf..738c785d 100644 --- a/home/dot_config/shell/aliases.sh.tmpl +++ b/home/dot_config/shell/aliases.sh.tmpl @@ -94,6 +94,11 @@ if command -v codium > /dev/null; then alias code='codium' fi +### Zola +if command -v org.getzola.zola > /dev/null; then + alias zola="flatpak run org.getzola.zola" +fi + # Fix for auto expansion (source: https://wiki.archlinux.org/title/Sudo#Passing_aliases) alias sudo='sudo ' diff --git a/software.yml b/software.yml index c6de9627..e34e2d8c 100644 --- a/software.yml +++ b/software.yml @@ -2939,6 +2939,31 @@ softwarePackages: _name: GitDocker ansible: professormanhattan.gitdocker _service: false + zola: + _bin: zola + _desc: A static site generator built with Rust + _docs: + apk: zola + brew: zola + choco: zola + flatpak: org.getzola.zola + pacman: zola + pkgin: zola + pkg-freebsd: zola + pkg-openbsd: zola + port: zola + scoop: zola + snap: zola + xbps: zola + rustscan: + _bin: rustscan + _desc: An Nmap-based port scanner that scans all 65k ports in 3 seconds + _docs: https://rustscan.github.io/RustScan/ + _github: https://github.com/RustScan/RustScan + _home: https://github.com/RustScan/RustScan + _name: RustScan + brew: rustscan + yay: rustscan git-extras: _bin: git-extras _desc: '[Git Extras](https://github.com/tj/git-extras) includes extra git utilities that include repo summary, repl, changelog population, author commit percentages, and more.' @@ -2962,7 +2987,6 @@ softwarePackages: _name: git-fuzzy _notes: Installed via dotfiles # ansible: professormanhattan.gitfuzzy - _service: false _type: cli git-notify: