diff --git a/.chezmoiexternal.toml b/.chezmoiexternal.toml new file mode 100644 index 0000000..8731adf --- /dev/null +++ b/.chezmoiexternal.toml @@ -0,0 +1,19 @@ +[".oh-my-zsh"] + type = "archive" + url = "https://github.com/ohmyzsh/ohmyzsh/archive/master.tar.gz" + exact = true + stripComponents = 1 + refreshPeriod = "168h" +[".oh-my-zsh/custom/plugins/zsh-syntax-highlighting"] + type = "archive" + url = "https://github.com/zsh-users/zsh-syntax-highlighting/archive/master.tar.gz" + exact = true + stripComponents = 1 + refreshPeriod = "168h" +[".oh-my-zsh/custom/plugins/zsh-autosuggestions"] + type = "archive" + url = "https://github.com/zsh-users/zsh-autosuggestions/archive/master.tar.gz" + exact = true + stripComponents = 1 + refreshPeriod = "168h" + diff --git a/dot_zshrc b/dot_zshrc index d48c77c..75966a5 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -74,7 +74,6 @@ plugins=( git zsh-autosuggestions zsh-syntax-highlighting - zsh-vi-mode ) source $ZSH/oh-my-zsh.sh