dotfiles/home/.chezmoiexternal.toml

52 lines
1.4 KiB
TOML
Raw Normal View History

[".themes/dracula"]
type = "archive"
url = "https://github.com/dracula/gtk/archive/master.zip"
exact = true
stripComponents = 1
refreshPeriod = "168h"
2023-07-23 14:34:39 -07:00
[".config/alacritty/themes"]
type = "git-repo"
url = "https://github.com/alacritty/alacritty-theme"
refreshPeriod = "168h"
[".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"
2022-12-30 11:51:39 -08:00
extact = true
stripComponents = 1
2022-12-28 01:57:40 -08:00
refreshPeriod = "168h"
2022-12-30 11:51:39 -08:00
[".oh-my-zsh/custom/themes/dracula"]
2022-12-28 01:57:40 -08:00
type = "archive"
url = "https://github.com/dracula/zsh/archive/master.zip"
exact = true
stripComponents = 1
2022-12-28 02:05:44 -08:00
refreshPeriod = "168h"
2022-12-28 01:57:40 -08:00
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"
2023-05-06 23:13:04 -07:00
[".config/xmonad/xmonad"]
type = "git-repo"
url = "https://github.com/xmonad/xmonad"
refreshPeriod = "168h"
[".config/xmonad/xmonad-contrib"]
type = "git-repo"
url = "https://github.com/xmonad/xmonad-contrib"
refreshPeriod = "168h"
[".config/xmonad/xmobar"]
type = "git-repo"
url = "https://codeberg.org/xmobar/xmobar"
refreshPeriod = "168h"