this repo has no description
0
fork

Configure Feed

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

asdf -> mise

Seth 2856d7d4 effc5771

+2 -3
+1 -1
Brewfile
··· 35 35 # Programming 36 36 brew "tmux" 37 37 brew "tmuxp" 38 - brew "asdf" 38 + brew "mise" 39 39 brew "ansible" 40 40 brew "node" 41 41 brew "oven-sh/bun/bun"
-1
misc/k9s.yaml
··· 1 1 k9s: 2 2 liveViewAutoRefresh: false 3 - screenDumpDir: /Users/sethetter/Library/Application Support/k9s/screen-dumps 4 3 refreshRate: 2 5 4 maxConnRetry: 5 6 5 readOnly: false
+1 -1
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