1
1
Fork 0
dotfiles/.zshrc
Ava Gaiety Wroten 46cd94cf66 More WIP
2022-04-08 10:25:44 -05:00

29 lines
1.3 KiB
Bash

# Vim key bindings
bindkey -v
# fzf keybindings
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
# Zi - Not working? Ensure this file is sourced AFTER ziinit is ran in the `.zshrc` file
zi pack for ls_colors
zi ice depth"1"
zi light romkatv/powerlevel10k
zi light z-shell/zzcomplete
zi snippet 'https://github.com/zpm-zsh/colors/blob/master/colors.plugin.zsh'
zi light Aloxaf/fzf-tab
zi snippet OMZ::plugins/git/git.plugin.zsh
zi snippet 'https://github.com/zsh-users/zsh-autosuggestions/blob/master/zsh-autosuggestions.zsh'
zi snippet 'https://github.com/CurryEleison/zsh-asdf-prompt/blob/main/zsh-asdf-prompt.plugin.zsh'
zi snippet 'https://github.com/kalsowerus/zsh-bitwarden/blob/master/zsh-bitwarden.plugin.zsh'
zi snippet 'https://github.com/walesmd/caniuse.plugin.zsh/blob/master/caniuse.plugin.zsh'
zi snippet 'https://github.com/mdumitru/fancy-ctrl-z/blob/master/fancy-ctrl-z.zsh'
zi snippet 'https://github.com/zpm-zsh/ls/blob/master/ls.plugin.zsh'
zi snippet 'https://github.com/laurenkt/zsh-vimto/blob/master/zsh-vimto.zsh'
# zi snippet 'https://github.com/softmoth/zsh-vim-mode/blob/main/zsh-vim-mode.plugin.zsh'
zi ice depth=1
zi light jeffreytse/zsh-vi-mode
zi ice as"program" pick"bin/git-dsf"
zi light z-shell/zsh-diff-so-fancy
ZSH_BITWARDEN_COPY_CMD=pbcopy
echo zsh file sourced