added sane configs for all of our workspaces
commit
ff061f7ed8
@ -0,0 +1,21 @@
|
||||
mode = "repository"
|
||||
name = "crystal-any"
|
||||
repo = ["2::base",
|
||||
"4::chrome-gnome-shell",
|
||||
"1::citrine",
|
||||
"4::ckbcomp",
|
||||
"2::filesystem",
|
||||
"2::lsb-release",
|
||||
"4::mkinitcpio-openswap",
|
||||
"4::neofetch",
|
||||
"3::onyx",
|
||||
"4::pfetch",
|
||||
"4::timeshift",
|
||||
"4::timeshift-autosnap",
|
||||
"3::wallpapers",
|
||||
]
|
||||
urls = ["https://git.tar.black/crystal/programs/%repo%"
|
||||
"https://git.tar.black/crystal/pkgbuilds/%repo%",
|
||||
"https://git.tar.black/crystal/%repo%",
|
||||
"https://aur.archlinux.org/%repo%",
|
||||
]
|
@ -0,0 +1,11 @@
|
||||
mode = "repository"
|
||||
name = "crystal-extra"
|
||||
repo = ["brave-bin",
|
||||
"minecraft-launcher",
|
||||
"multimc5"
|
||||
]
|
||||
urls = ["https://git.tar.black/crystal/programs/%repo%"
|
||||
"https://git.tar.black/crystal/pkgbuilds/%repo%",
|
||||
"https://git.tar.black/crystal/%repo%",
|
||||
"https://aur.archlinux.org/%repo%",
|
||||
]
|
@ -0,0 +1,10 @@
|
||||
mode = "repository"
|
||||
name = "crystal-x86_64"
|
||||
repo = ["1::amethyst",
|
||||
"1::pkg-manager-warner",
|
||||
]
|
||||
urls = ["https://git.tar.black/crystal/programs/%repo%"
|
||||
"https://git.tar.black/crystal/pkgbuilds/%repo%",
|
||||
"https://git.tar.black/crystal/%repo%",
|
||||
"https://aur.archlinux.org/%repo%",
|
||||
]
|
@ -0,0 +1,30 @@
|
||||
mode = "workspace"
|
||||
|
||||
repo = ["2::amethyst",
|
||||
"3::base",
|
||||
"1::branding",
|
||||
"2::caveman",
|
||||
"2::citrine",
|
||||
"1::crystal-keyring",
|
||||
"3::filesystem",
|
||||
"3::filesystem-src",
|
||||
"1::grub-theme",
|
||||
"1::hardware-info",
|
||||
"1::iso",
|
||||
"2::jade",
|
||||
"3::lsb-release",
|
||||
"2::malachite",
|
||||
"1::neofetch",
|
||||
"1::onyx",
|
||||
"1::packages-any",
|
||||
"1::packages-extra",
|
||||
"1::packages-x86_64",
|
||||
"2::pkg-manager-warner",
|
||||
"1::site",
|
||||
"1::wallpapers"
|
||||
]
|
||||
|
||||
urls = ["ssh://git@git.tar.black/crystal/%repo%",
|
||||
"ssh://git@git.tar.black/crystal/programs/%repo%",
|
||||
"ssh://git@git.tar.black/crystal/pkgbuilds/%repo%"
|
||||
]
|
Loading…
Reference in New Issue