dotfiles/home/.chezmoiexternal.toml

39 lines
1.1 KiB
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"
refreshPeriod = "168h"
[".oh-my-zsh/custom/themes"]
type = "archive"
url = "https://github.com/dracula/zsh/archive/master.zip"
exact = true
stripComponents = 1
refreshPeriod = "168h"
include = ["*/dracula.zsh-theme", "*/lib/**"]
["bin/nb"]
type = "file"
url = "https://raw.github.com/xwmx/nb/master/nb"
executable = true
refreshPeriod = "168h"
#[".oh-my-zsh/custom/themes/dracula.zsh-theme"]
# type = "file"
# url = "https://github.com/dracula/zsh/archive/master.zip"
# refreshPeriod = "168h"
# [".oh-my-zsh/custom/themes/dracula.zsh-theme".filter]
# command = "busybox"
# args = ["unzip", "/dev/stdin", "*/dracula.zsh-theme", "-p"]