update p10k and add zsh-vi-mode plugin

This commit is contained in:
2021-09-10 12:28:10 -06:00
parent f9148ee417
commit 106074a9e0
4 changed files with 322 additions and 223 deletions

View File

@@ -13,6 +13,11 @@
url = "https://github.com/zsh-users/zsh-autosuggestions/archive/master.tar.gz"
exact = true
stripComponents = 1
[".oh-my-zsh/custom/plugins/zsh-vi-mode"]
type = "archive"
url = "https://github.com/jeffreytse/zsh-vi-mode/archive/master.tar.gz"
exact = true
stripComponents = 1
[".fzf"]
type = "archive"
url = "https://github.com/junegunn/fzf/archive/master.tar.gz"