Update 3 files
- /docs/TODO.md - /software.yml - /home/dot_config/shell/aliases.sh.tmpl
This commit is contained in:
parent
83f9aa220e
commit
cb18da2035
3 changed files with 34 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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 '
|
||||
|
||||
|
|
26
software.yml
26
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:
|
||||
|
|
Loading…
Reference in a new issue