diff --git a/.chezmoiscripts/darwin/run_onchange_before_10_homebrew.sh.tmpl b/.chezmoiscripts/darwin/run_onchange_before_10_homebrew.sh.tmpl index e705113..71fad5c 100644 --- a/.chezmoiscripts/darwin/run_onchange_before_10_homebrew.sh.tmpl +++ b/.chezmoiscripts/darwin/run_onchange_before_10_homebrew.sh.tmpl @@ -3,8 +3,6 @@ set -eufo pipefail -brew tap homebrew/cask-fonts - {{ $brews := list "bat" "bash-completion" diff --git a/.chezmoiscripts/linux/run_onchange_before_10_installs.sh.tmpl b/.chezmoiscripts/linux/run_onchange_before_10_installs.sh.tmpl index 0e9978a..d64b7c8 100644 --- a/.chezmoiscripts/linux/run_onchange_before_10_installs.sh.tmpl +++ b/.chezmoiscripts/linux/run_onchange_before_10_installs.sh.tmpl @@ -44,12 +44,14 @@ packages=( {{ if eq .osid "linux-kali" }} sec_packages=( + "bloodhound" "box64" "chisel" "dnscat2" "hurl" "gobuster" "ncat" + "neo4j" "peass" "seclists" "sshuttle" diff --git a/macos/alii.zsh b/macos/alii.zsh index cba0881..f3fc4c4 100644 --- a/macos/alii.zsh +++ b/macos/alii.zsh @@ -1,5 +1,5 @@ # OS X has no `md5sum`, so use `md5` as a fallback -alias md5sum="md5" +alias mac5sum="md5" # Trim new lines and copy to clipboard alias cc="tr -d '\n' | pbcopy"