dotfiles/home/.chezmoiexternal.toml

32 lines
853 B
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
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"