You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
357 B
TOML
21 lines
357 B
TOML
[base]
|
|
mode = "workspace"
|
|
smart_pull = true
|
|
|
|
[mode.workspace]
|
|
git_info = true
|
|
colorblind = false
|
|
|
|
[repositories]
|
|
repos = [
|
|
"crs:amethyst",
|
|
"crs:malachite/development!",
|
|
"aur:notop-git",
|
|
"nms:appendage",
|
|
]
|
|
|
|
[repositories.urls]
|
|
crs = "https://github.com/crystal-linux/{}"
|
|
aur = "https://aur.archlinux.org/{}"
|
|
nms = "https://github.com/not-my-segfault/{}"
|