add jj to prompt status and direnv to installed packages

This commit is contained in:
2024-11-16 12:34:01 -07:00
parent 12663ac772
commit 49569cc127
7 changed files with 77 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ sudo apt install -y {{ . | quote }}
{{- else if eq .osid "darwin" }}
echo "[-] Updating brews [-]"
{{ range .packages.darwin.brews -}}
brew install {{ . | quote }}
/opt/homebrew/bin/brew install {{ . | quote }}
{{ end -}}
{{ end -}}