dotfiles/home/.chezmoiexternal.toml

27 lines
750 B
TOML

[".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"
[".oh-my-zsh"]
type = "archive"
url = "https://github.com/ohmyzsh/ohmyzsh/archive/master.tar.gz"
extact = true
stripComponents = 1
refreshPeriod = "168h"
[".oh-my-zsh/custom/themes/dracula"]
type = "archive"
url = "https://github.com/dracula/zsh/archive/master.zip"
exact = true
stripComponents = 1
refreshPeriod = "168h"
include = ["*/dracula.zsh-theme", "*/lib/**"]