this repo has no description
0
fork

Configure Feed

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

-omz, +starship

+8 -4
+3
zsh/zshenv
··· 19 19 alias eks="eksctl" 20 20 alias da="direnv allow" 21 21 22 + alias gst="git status" 23 + alias gd="git diff" 24 + alias gdc="git diff --cached" 22 25 alias gdst="git diff --stat" 23 26 alias gfp="git fetch --prune" 24 27 alias wtl="git worktree list"
+5 -4
zsh/zshrc
··· 5 5 # gpg 6 6 export GPG_TTY=$(tty) 7 7 8 - #oh-my-zsh 9 - plugins=(git vi-mode fzf direnv asdf virtualenv) 10 - ZSH_THEME="robbyrussell" 11 - source $HOME/.oh-my-zsh/oh-my-zsh.sh 8 + # starship 9 + eval "$(starship init zsh)" 10 + 11 + # fzf 12 + source <(fzf --zsh) 12 13 13 14 # 1password cli plugins 14 15 [ -f "/Users/sethetter/.config/op/plugins.sh" ] && source /Users/sethetter/.config/op/plugins.sh