1
0
Fork 0

Add oh-my-zsh

This commit is contained in:
Dominik 2025-05-11 10:28:34 +02:00
parent 1027a9ac79
commit 1454d217c5
Signed by: dominik
GPG key ID: 06A4003FC5049644
2 changed files with 19 additions and 1 deletions

19
.chezmoiexternal.toml Normal file
View file

@ -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"

View file

@ -74,7 +74,6 @@ plugins=(
git
zsh-autosuggestions
zsh-syntax-highlighting
zsh-vi-mode
)
source $ZSH/oh-my-zsh.sh