dotfiles

personal dotfiles
git clone anongit@rnpnr.xyz:dotfiles.git
Log | Files | Refs | Feed | Submodules

repos.conf (831B)


      1 [DEFAULT]
      2 main-repo = gentoo
      3 
      4 [gentoo]
      5 location = /usr/portage/gentoo
      6 sync-type = git
      7 sync-uri = https://anongit.gentoo.org/git/repo/sync/gentoo.git
      8 
      9 [rnpnr]
     10 location = /usr/portage/local
     11 priority = 1000
     12 
     13 [musl]
     14 location = /usr/portage/musl
     15 sync-type = git
     16 sync-uri = git://anongit.gentoo.org/proj/musl.git
     17 priority = 999
     18 
     19 [clang-musl]
     20 location = /usr/portage/clang-musl
     21 sync-uri = https://github.com/clang-musl-overlay/clang-musl-overlay.git
     22 sync-type = git
     23 priority = 999
     24 
     25 [haskell]
     26 location = /usr/portage/haskell
     27 sync-type = git
     28 sync-uri = https://github.com/gentoo-haskell/gentoo-haskell.git
     29 priority = 998
     30 
     31 [guru]
     32 location = /usr/portage/guru
     33 sync-type = git
     34 sync-uri = https://anongit.gentoo.org/git/repo/proj/guru.git
     35 priority = 10
     36 
     37 [crossdev]
     38 location = /usr/portage/crossdev
     39 priority = 10
     40 masters = gentoo
     41 auto-sync = no