mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
32 lines
853 B
TOML
32 lines
853 B
TOML
[".themes/dracula"]
|
|
type = "archive"
|
|
url = "https://github.com/dracula/gtk/archive/master.zip"
|
|
exact = true
|
|
stripComponents = 1
|
|
refreshPeriod = "168h"
|
|
|
|
[".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"
|
|
|
|
[".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"
|