17 lines
533 B
TOML
17 lines
533 B
TOML
# ZSH
|
|
[".config/zsh/.oh-my-zsh"]
|
|
type = "git-repo"
|
|
url = "https://github.com/ohmyzsh/ohmyzsh"
|
|
|
|
[".config/zsh/.oh-my-zsh/custom/plugins/zsh-autosuggestions"]
|
|
type = "git-repo"
|
|
url = "https://github.com/zsh-users/zsh-autosuggestions"
|
|
|
|
[".config/zsh/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting"]
|
|
type = "git-repo"
|
|
url = "https://github.com/zsh-users/zsh-syntax-highlighting"
|
|
|
|
[".config/zsh/.oh-my-zsh/custom/themes/powerlevel10k"]
|
|
type = "git-repo"
|
|
url = "https://github.com/romkatv/powerlevel10k"
|