dotfiles/home/.chezmoiexternal.toml

43 lines
1.1 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
2023-10-07 02:16:26 -07:00
[".task"]
2023-05-06 23:13:04 -07:00
type = "git-repo"
2023-10-07 02:16:26 -07:00
url = "git@github.com:starr-dusT/task.git"
2023-05-06 23:13:04 -07:00
refreshPeriod = "168h"
2023-10-07 02:16:26 -07:00
["documents/zet"]
2023-05-06 23:13:04 -07:00
type = "git-repo"
2023-10-07 02:16:26 -07:00
url = "git@github.com:starr-dusT/zet.git"
2023-05-06 23:13:04 -07:00
refreshPeriod = "168h"
2023-10-14 21:21:11 -07:00
### OLD ###
#[".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"