No description
Find a file
2026-02-17 18:52:30 +01:00
config feat(package): pulsemeeter 2026-02-14 14:55:19 +01:00
extensions feat(extensions): better accessibility for tangled 2026-02-17 18:52:30 +01:00
packages docs(package): update readme 2026-02-14 15:05:50 +01:00
scripts/controller-autostart-steam feat(scripts): autostart steam when a controller is inserted 2026-02-16 19:16:20 +01:00
typst feat(typst): decrease font size 2026-02-17 12:02:43 +01:00
backup.sh feat(sh): script to backup laptop in cloud 2025-09-25 12:22:59 +02:00
LICENSE docs(info): update license 2025-08-12 15:26:13 +02:00
README.md feat(zathura): disable default recolor 2026-01-27 11:57:06 +01:00
setup.sh ci(nvim): script to install 2025-11-01 13:20:43 +01:00

dotfiles

My dotfiles of my workstation powered by Void, Sway, niri, nvim and fish.

Detailled information available on my website (in French).

nvim

You can install my nvim config with:

Warning

This command will override your NeoVim config. Proceed with caution!

Note

It will download the AppImage of NeoVim, put it in your home, and clone my config in your .config/nvim.

curl -L https://git.anhgelus.world/anhgelus/dotfiles/raw/branch/main/setup.sh | bash

typst

I write simple packages for typst that are not published on their repository. You can find their documentation in the typst folder.

You can install these scripts to your local repo with:

Warning

This command may overrides scripts installed in your local repository. Proceed with caution!

Note

These will be available under @local/<package>:<version>. See typst/README.md for more information.

If you want, you can set @anhgelus (or anything else) instead of @local by modifying packages/local/ into packages/anhgelus/.

cp -r typst/* ${XDG_DATA_HOME:-$HOME/.local/share}/typst/packages/local/