File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ tap 'espanso/espanso' # Needed for espanso
2626brew 'base64'
2727brew 'bash' # Only needed for my Bash scripts now macOS isn't shipping updates etc
2828brew 'bat' # Like cat, but prettier
29+ brew 'btop'
2930brew 'coreutils'
3031brew 'docker'
3132brew 'docker-compose'
@@ -79,6 +80,7 @@ brew 'trash'
7980brew 'watch'
8081brew 'xz'
8182brew 'yq'
83+ brew 'zoxide'
8284brew 'zsh'
8385# brew 'zsh-completions' # My shell installs this
8486# brew 'zsh-autosuggestions' # My shell installs this
Original file line number Diff line number Diff line change @@ -272,6 +272,7 @@ z4h source "$HOME/.secrets"
272272z4h source /etc/grc.zsh # Colourize all the other things
273273z4h source -- ${HOMEBREW_PREFIX:+$HOMEBREW_PREFIX/etc/grc.zsh} # Colourize all the other things
274274_exists mise && z4h source -- "$XDG_CONFIG_HOME/mise/activate.zsh 2>&1 > /dev/null" # Generated by running `mise activate zsh`
275+ _exists zoxide && z4h source -- "$(zoxide init zsh)"
275276
276277unfunction _exists
277278
You can’t perform that action at this time.
0 commit comments