From 1454d217c5f369c8e1b0de48d49aac030315f57e Mon Sep 17 00:00:00 2001 From: Dominik Stahl Date: Sun, 11 May 2025 10:28:34 +0200 Subject: [PATCH] Add oh-my-zsh --- .chezmoiexternal.toml | 19 +++++++++++++++++++ dot_zshrc | 1 - 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 .chezmoiexternal.toml 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