chezmoi/dot_config/gitnow/gitnow.toml
kjuulh dcd1e445f1
feat: add path to config
Signed-off-by: kjuulh <contact@kjuulh.io>
2025-01-08 23:15:33 +01:00

25 lines
530 B
TOML

[settings]
post_update_command = ["git pull", "jj git fetch"]
post_clone_command = ["jj git init --colocate"]
[settings.cache]
# location = "$HOME/.config/gitnow/cache"
# duration = true
[[providers.gitea]]
url = "https://git.front.kjuulh.io/api/v1"
access_token = { env = "GITEA_ACCESS_TOKEN" }
current_user = "kjuulh"
users = ["kjuulh"]
organisations = ["butikkaerlighilsen"]
[[providers.github]]
access_token = { env = "GITHUB_ACCESS_TOKEN" }
current_user = "kjuulh"
users = ["kjuulh"]
organisations = ["HermansenDump"]