No description
  • TypeScript 65.2%
  • Lua 18.2%
  • Shell 8.8%
  • JavaScript 7.4%
  • CSS 0.2%
  • Other 0.2%
Find a file
2026-05-06 20:08:15 +01:00
.lua better configs 2026-03-04 19:43:09 +00:00
alacritty zellij rules 2026-03-11 23:30:46 +00:00
DankMaterialShell we love blur 2026-05-01 14:17:35 +01:00
fish fix sudo 2026-04-16 16:00:09 +01:00
foot better configs 2026-03-04 19:43:09 +00:00
ghostty jj workspace rules 2026-05-06 20:08:15 +01:00
gitconfig mac/linux differentiation 2026-03-11 12:11:13 +00:00
gsf add gsf 2026-03-25 19:12:49 +00:00
jj max file size 2026-04-27 09:45:20 +01:00
jjui better configs 2026-03-04 19:43:09 +00:00
kitty better configs 2026-03-04 19:43:09 +00:00
matugen fix mac 2026-03-13 18:12:10 +00:00
mpv mpv 2026-03-10 19:33:29 +00:00
niri alacritty -> ghostty 2026-05-06 17:43:24 +01:00
nvim fix tw lsp 2026-05-06 14:24:38 +01:00
opencode better configs 2026-03-04 19:43:09 +00:00
openpeon alacritty -> ghostty 2026-05-06 17:43:24 +01:00
paru better configs 2026-03-04 19:43:09 +00:00
pi jj workspace rules 2026-05-06 20:08:15 +01:00
scripts stuff 2026-04-16 16:30:12 +01:00
ssh move to forgejo 2026-05-01 13:42:53 +01:00
tmux add tmux plugins and settings 2026-03-11 19:32:07 +00:00
wezterm better configs 2026-03-04 19:43:09 +00:00
XCompose fix intl cedilla without breaking us layout 2026-03-06 14:24:22 +00:00
yazi better configs 2026-03-04 19:43:09 +00:00
zellij jj workspaces skill 2026-04-16 09:12:51 +01:00
.gitignore node modules gitignore 2026-02-24 16:54:29 +00:00
.luarc.json better configs 2026-03-04 19:43:09 +00:00
AGENTS.md impeccable skill 2026-04-27 10:48:23 +01:00
README.md readme;agents.md;zellij niri and alacritty 2026-02-19 20:35:26 +00:00

Dotfiles

This is my personal dotfiles repository, managed by Sigil.

Layout

~/.dotfiles/
  <package>/
    config.lua
    files/
      ...

Each package has a config.lua that defines the target path per OS.

Usage (Sigil)

  • sigil apply — apply symlinks
  • sigil apply --prune — prune stale links
  • sigil add <path> — add a file or folder into the repo
  • sigil status — show stale links
  • sigil unlink <spec> — restore files and remove from repo
  • sigil remove <spec> — same as unlink, plus delete package/subpath

See AGENTS.md for agent-specific guidance.