Skip to content

Commit ee7b9f3

Browse files
committed
Add more stuffs
1 parent 21a7304 commit ee7b9f3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

chezmoi/dot_config/homebrew/Brewfile.tmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ tap 'espanso/espanso' # Needed for espanso
2626
brew 'base64'
2727
brew 'bash' # Only needed for my Bash scripts now macOS isn't shipping updates etc
2828
brew 'bat' # Like cat, but prettier
29+
brew 'btop'
2930
brew 'coreutils'
3031
brew 'docker'
3132
brew 'docker-compose'
@@ -79,6 +80,7 @@ brew 'trash'
7980
brew 'watch'
8081
brew 'xz'
8182
brew 'yq'
83+
brew 'zoxide'
8284
brew 'zsh'
8385
# brew 'zsh-completions' # My shell installs this
8486
# brew 'zsh-autosuggestions' # My shell installs this

chezmoi/dot_config/zsh/private_dot_zshrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ z4h source "$HOME/.secrets"
272272
z4h source /etc/grc.zsh # Colourize all the other things
273273
z4h 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

276277
unfunction _exists
277278

0 commit comments

Comments
 (0)