mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
33 lines
1016 B
TOML
33 lines
1016 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"
|
|
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/**"]
|
|
|
|
#[".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"]
|