Add oh-my-zsh
This commit is contained in:
parent
1027a9ac79
commit
1454d217c5
2 changed files with 19 additions and 1 deletions
19
.chezmoiexternal.toml
Normal file
19
.chezmoiexternal.toml
Normal 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"
|
||||
|
|
@ -74,7 +74,6 @@ plugins=(
|
|||
git
|
||||
zsh-autosuggestions
|
||||
zsh-syntax-highlighting
|
||||
zsh-vi-mode
|
||||
)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue