@@ -6,26 +6,31 @@ if you find your dotfiles in here and would like it removed, please
66feel free to contact me or open a pull request. or if you want to add
77your dotfiles instead, also please, PRs are welcome.
88
9+ * repositories
10+ # BEGIN REPOLIST
11+ | [[repos/aemogie/aetheria]] | https://github.com/aemogie/aetheria.git | dev |
12+ | [[repos/aemogie/aetheria]] | https://github.com/aemogie/aetheria.git | dev |
13+ | [[repos/abcdw/rde]] | https://git.sr.ht/~abcdw/rde | master |
14+ | [[repos/anemofilia/zero]] | https://codeberg.org/anemofilia/zero.git | main |
15+ | [[repos/look/misako]] | https://codeberg.org/look/misako.git | main |
16+ | [[repos/hako/Testament]] | https://git.boiledscript.com/hako/Testament.git | trunk |
17+ | [[repos/jjba23/sss]] | https://codeberg.org/jjba23/sss.git | trunk |
18+ | [[repos/divyaranjan/dotfiles]] | https://codeberg.org/divyaranjan/dotfiles.git | master |
19+ | [[repos/wloxyz/guix-configs]] | https://codeberg.org/wloxyz/guix-configs.git | main |
20+ | [[repos/lynn/galahad.git]] | https://git.transistor.house/lynn/galahad.git | main |
21+ | [[repos/ngraves/dotfiles]] | https://git.sr.ht/~ngraves/dotfiles | main |
22+ # this was slow, doubt their servers would be okay with my
23+ # cronjobs. couldnt find any mirrors
24+ # | [[repos/freya/dotfiles-guix]] | https://g.freya.cat/freya/dotfiles-guix.git | main |
25+ # END REPOLIST
26+
927* motivation
1028i found myself frequently going through multiple git forges, some of
1129which don't have search/grep functionality, trying to find how others
1230solved certain problems that i was encountering. this is an attempt to
1331aggregate useful guix dotfiles and other guix related projects, so i
1432can easily find examples.
1533
16- * ~repositories.txt~
17- this is the list of repositories you might want to change, it is a
18- file with three whitespace seperated column, in the format
19- #+BEGIN_SRC
20- # owner/name url branch
21- aemogie/aetheria https://codeberg.org/aemogie/aetheria.git dev
22- #+END_SRC
23-
24- the first column "owner/name" is used as the subdirectory to clone the
25- repository into, the second as the url to the git repository, and the
26- final as the branch to be cloned. empty lines and lines starting with
27- ~#~ are ignored, thus comments have to be on a seperate line.
28-
2934* cloning
3035as this repository might be large, for cloning for the purpose of
3136making edits, i recommend these command which clones everything
0 commit comments