Find a file
2026-02-22 19:19:01 +01:00
.cargo
.config polymc firejail: fix cache 2026-02-03 19:19:13 +01:00
.julia/config
.librewolf librewolf: update user agent version 2026-02-11 14:29:00 +01:00
.local/share
.ssh
cgassets
cgdata
etc
lib
mzte-nv
nix add xarchiver-tap package 2026-01-26 10:06:06 +01:00
plugins mzte-mpv(ScreenshotOpen): use PNG instead of JPG 2026-02-18 11:37:02 +01:00
scripts openbrowser: use qutebrowser 2026-02-22 19:19:01 +01:00
setup
.bashrc
.clang-format.cgt
.ghci add ghci config 2026-01-31 16:38:24 +01:00
.gitattributes
.gitignore
.gtkrc-2.0.cgt
.inputrc
.luarc.json
.screenrc add screenrc 2026-02-11 14:29:09 +01:00
.stylua.toml.cgt
.Xresources.cgt
build.zig
build.zig.zon
cg_lazies.lua
cg_opts.lua
confgen.lua add screenrc 2026-02-11 14:29:09 +01:00
flake.lock
flake.nix add xarchiver-tap package 2026-01-26 10:06:06 +01:00
hxformat.json.cgt
LICENSE
Makefile
README.md
rustfmt.toml

My dotfiles

I'm actually making the claim now that this repo might just be the most hilariously complicated configuration in existance.

This is my system configuration, built mostly for NixOS & SystemD based Linuces.

Here's some useful facts:

  • Config files are generated using confgen, my config file template engine. Options that can be changed are in cg_opts.lua. This makes for a centralized place for common options like fonts. This allows for complete deduplication.
  • The Neovim config is written in part Zig (yes, really) and part fennel. Use ./setup.rkt setup-nvim-config to build and install it.
  • Lua/Fennel files in the nvim config are compiled to Lua bytecode.
  • Theres a setup.rkt racket script with convenient functions such as installing scripts, building the config and setting up the neovim configuration.
  • I have a lot of scripts, written in Zig, Racket and some in shell.