My personal website.
repositories.gmi (1420B)
1 # Git repositories
2
3 I host my own git server, which you can access by running:
4 ```
5 git clone https://git.milotier.net/<repository name>
6 ```
7 You can also view my repositories in your browser by using the same link.
8
9 => /git/config/log.gmi config
10 The config files, scripts and suckless programs I use in my installation of Artix Linux. This includes the repositories listed below as submodules.
11
12 => /git/stagit-gemini/log.gmi stagit-gemini
13 A fork of stagit-gopher that generates gemtext files instead of geomyidae gopher menus.
14
15 => /git/site/log.gmi site
16 The full source of this site, licensed under the Creative Commons Attribution Share-Alike 4.0 license.
17
18 => /git/dwm/log.gmi dwm
19 => https://dwm.suckless.org Info
20 My custom build of dwm. All of the changes are in the branch "custom", and master is the same as the upstream.
21
22 => /git/dmenu/log.gmi dmenu
23 => https://tools.suckless.org/dmenu Info
24 My custom build of dmenu. The branches are the same as in my other suckless builds.
25
26 => /git/st/log.gmi st
27 => https://st.suckless.org Info
28 My custom build of st. The branches are the same as in my other suckless builds.
29
30 => /git/slock/log.gmi slock
31 => https://tools.suckless.org/slock Info
32 My custom build of slock. The branches are the same as in my other suckless builds.
33
34 => /git/sxiv/log.gmi sxiv
35 => https://github.com/muennich/sxiv Info
36 My custom build of sxiv. The branches are the same as in my other suckless builds.