this repo has no description
0
fork

Configure Feed

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

brew: -asdf, +mise

Seth Etter 2806cdff cca9c145

+2 -4
+1 -1
Brewfile
··· 39 39 # Programming 40 40 brew "tmux" 41 41 brew "tmuxp" 42 - brew "asdf" 42 + brew "mise" 43 43 brew "ansible" 44 44 brew "node" 45 45 brew "python"
+1 -3
zsh/zshrc
··· 6 6 export GPG_TTY=$(tty) 7 7 8 8 #oh-my-zsh 9 - plugins=(git vi-mode fzf direnv asdf) 9 + plugins=(git vi-mode fzf direnv mise) 10 10 ZSH_THEME="robbyrussell" 11 11 source $HOME/.oh-my-zsh/oh-my-zsh.sh 12 12 13 13 # 1password cli plugins 14 14 [ -f "/Users/sethetter/.config/op/plugins.sh" ] && source /Users/sethetter/.config/op/plugins.sh 15 - 16 - export PATH="${ASDF_DATA_DIR:-$HOME/.asdf}/shims:$PATH"