diff --git a/scripts/ohmyzsh.sh b/scripts/ohmyzsh.sh index 7e22ad0..0c22cfd 100755 --- a/scripts/ohmyzsh.sh +++ b/scripts/ohmyzsh.sh @@ -15,6 +15,7 @@ declare -a ZSH_CUSTOM_PLUGINS=( "plugins/you-should-use=https://github.com/MichaelAquilina/zsh-you-should-use" "plugins/zsh-nvm=https://github.com/lukechilds/zsh-nvm" "plugins/fzf-tab=https://github.com/Aloxaf/fzf-tab" + "plugins/zsh-kitty=https://github.com/redxtech/zsh-kitty" ) function do_configure() {