2022-12-25 20:43:52 -08:00
|
|
|
[".themes/dracula"]
|
2022-12-23 23:13:01 -08:00
|
|
|
type = "archive"
|
|
|
|
url = "https://github.com/dracula/gtk/archive/master.zip"
|
|
|
|
exact = true
|
|
|
|
stripComponents = 1
|
|
|
|
refreshPeriod = "168h"
|
2022-12-27 23:46:49 -08:00
|
|
|
|
|
|
|
[".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"
|
|
|
|
refreshPeriod = "168h"
|
|
|
|
|
|
|
|
[".oh-my-zsh/custom/themes"]
|
|
|
|
type = "archive"
|
|
|
|
url = "https://github.com/dracula/zsh/archive/master.zip"
|
|
|
|
exact = true
|
|
|
|
stripComponents = 1
|
|
|
|
include = ["*/dracula.zsh-theme", "*/lib/**"]
|
|
|
|
|
|
|
|
#[".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"]
|