this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

brew: +zoxide

Seth 018d7e70 6b46e984

+3
+1
Brewfile
··· 54 54 brew "git-crypt" 55 55 brew "git-delta" 56 56 brew "fzf" 57 + brew "zoxide" 57 58 brew "lsd" 58 59 brew "ripgrep" 59 60 brew "watch"
+2
zsh/zshenv
··· 125 125 export HOMEBREW_BUNDLE_FILE="$HOME/dotfiles/Brewfile" 126 126 127 127 [ -f "$HOME/code/zapier/personal-utils.sh" ] && source $HOME/code/zapier/personal-utils.sh 128 + 129 + eval "$(zoxide init zsh)"