diff --git a/dot_config/gitnow/gitnow.toml b/dot_config/gitnow/gitnow.toml new file mode 100644 index 0000000..25d4ad8 --- /dev/null +++ b/dot_config/gitnow/gitnow.toml @@ -0,0 +1,20 @@ +[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"]