nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

config.toml (161B)


      1 remote_names = [
      2     "upstream",
      3     "origin",
      4 ]
      5 branch_names = [
      6     "main",
      7     "master",
      8     "trunk",
      9 ]
     10 
     11 [clone]
     12 enable_gh = false
     13 
     14 [add]
     15 copy_ignored = true