mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
32 lines
923 B
TOML
32 lines
923 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/**"]
|
|
|
|
[".oh-my-zsh/custom/plugins/zsh-syntax-highlighting"]
|
|
type = "git-repo"
|
|
url = "https://github.com/zsh-users/zsh-syntax-highlighting.git"
|
|
refreshPeriod = "168h"
|