dotfiles/home/.chezmoiexternal.toml

32 lines
923 B
TOML
Raw Normal View History

[".themes/dracula"]
type = "archive"
url = "https://github.com/dracula/gtk/archive/master.zip"
exact = true
stripComponents = 1
refreshPeriod = "168h"
[".local/share/nvim/site/pack/packer/start/packer.nvim"]
type = "git-repo"
url = "https://github.com/wbthomason/packer.nvim.git"
refreshPeriod = "168h"
2022-12-28 01:57:40 -08:00
[".oh-my-zsh"]
type = "archive"
url = "https://github.com/ohmyzsh/ohmyzsh/archive/master.tar.gz"
2022-12-30 11:51:39 -08:00
extact = true
stripComponents = 1
2022-12-28 01:57:40 -08:00
refreshPeriod = "168h"
2022-12-30 11:51:39 -08:00
[".oh-my-zsh/custom/themes/dracula"]
2022-12-28 01:57:40 -08:00
type = "archive"
url = "https://github.com/dracula/zsh/archive/master.zip"
exact = true
stripComponents = 1
2022-12-28 02:05:44 -08:00
refreshPeriod = "168h"
2022-12-28 01:57:40 -08:00
include = ["*/dracula.zsh-theme", "*/lib/**"]
[".oh-my-zsh/custom/plugins/zsh-syntax-highlighting"]
type = "git-repo"
url = "https://github.com/zsh-users/zsh-syntax-highlighting.git"
refreshPeriod = "168h"