aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2026-01-12 20:04:13 +0100
committerAnhgelus Morhtuuzh <william@herges.fr>2026-01-15 23:01:29 +0100
commitb6677f5d15ea05b3c7410c8a9cff01f5e426fd39 (patch)
treede40d0179b8e0e3625438c48e7483d95bdb76369 /README.md
parent27703f70d907a78b2b0341ecc77bf4e8ed9fe6c1 (diff)
feat(typst): template file
Diffstat (limited to 'README.md')
-rw-r--r--README.md35
1 files changed, 33 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4e27d02..7cc0bbd 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,40 @@
# dotfiles
-My personnal dotfiles of my workstation powered by Void, Sway, niri, nvim and fish.
+My dotfiles of my workstation powered by Void, ~~Sway,~~ niri, nvim and fish.
+
+Detailled information available [on my website](https://anhgelus.world/setup) (in French).
+
+## nvim
+
+You can install my nvim config with:
+> [!WARNING]
+> This command will override your NeoVim config.
+> Proceed with caution!
+
+> [!INFO]
+> It will download the AppImage of NeoVim, put it in your home, and clone my config in your `.config/nvim`.
-You can install my nvim config with
```bash
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!
+
+> [!INFO]
+> These will be available under `@local/<package>:<version>`.
+> See [`typst/README.md`](./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`.
+
+```bash
+cp -r typst/* ${XDG_DATA_HOME:-$HOME/.local/share}/typst/packages/local/
+```