···17171818## Software
19192020-- [ ]{.nf aria-hidden=true} [Lazyvim](https://www.lazyvim.org/): Modal terminal
2121- code editor.
2222-- [ ]{.nf aria-hidden=true} [Just](https://just.systems/): A command runner similar
2323- to Taskfile.
2424-- [ ]{.nf aria-hidden=true} [Djot](https://djot.net/): Markup Language
2525- similar to markdown.
2626-- [ ]{.nf aria-hidden=true} [Fly.io](https://fly.io/): For deploying containers.
2727-- [ ]{.nf aria-hidden=true} [Yazi](https://yazi-rs.github.io/): Terminal file manager,
2828- makes it easier to move around my project files.
2929-- [ ]{.nf aria-hidden=true} [Direnv](https://direnv.net/): Load enviroment
3030- variables when switching directories.
3131-- [ ]{.nf aria-hidden=true} [1Password](https://1password.com/): Password manager
2020+- [ ]{.nf aria-hidden=true} [Lazyvim][]: Modal terminal code editor.
2121+- [ ]{.nf aria-hidden=true} [Just][]: A command runner similar to Taskfile.
2222+- [ ]{.nf aria-hidden=true} [Djot][]: Markup Language similar to markdown.
2323+- [ ]{.nf aria-hidden=true} [Fly.io][]: Makes it easier to deploy containers.
2424+- [ ]{.nf aria-hidden=true} [Yazi][]: Terminal file manager, makes it easier
2525+ to move around my project files.
2626+- [ ]{.nf aria-hidden=true} [Direnv][]: Load enviroment variables when
2727+ switching directories.
2828+- [ ]{.nf aria-hidden=true} [1Password][]: Password manager, has support for
2929+ passkeys and takes care of storing all my sensible data.
32303331### Programming Languages
34323535-- [ ]{.nf aria-hidden=true} [Gleam](https://gleam.run/): Statically typed functional
3333+- [ ]{.nf aria-hidden=true} [Gleam][]: Statically typed functional
3634 programming language that runs on the Beam.
3737-- [ ]{.nf aria-hidden=true} [Zig](https://ziglang.org/): Statically typed
3535+- [ ]{.nf aria-hidden=true} [Zig][]: Statically typed
3836 low level programming language with manual memory allocations.
39374038### Version Control
41394242-- [ ]{.nf aria-hidden=true} [Tangled](https://tangled.org/): I recently moved away
4343- from Github, tangled feels like breath of fresh air.
4444-- [ ]{.nf aria-hidden=true} [Jujutsu](https://www.jj-vcs.dev): Feels more
4545- flexible and intuitive than Git, also tangled has support for it!
4040+- [ ]{.nf aria-hidden=true} [Tangled][]: I recently moved away
4141+ from Github, tangled feels like breath of fresh air. All data is stored in my PDS[^pds]
4242+- [ ]{.nf aria-hidden=true} [Jujutsu][]: Feels more flexible and intuitive
4343+ than Git, also tangled has support for it!
4444+4545+[Lazyvim]: https://www.lazyvim.org/
4646+[Just]: https://just.systems/
4747+[Djot]: https://djot.net/
4848+[Fly.io]: https://fly.io/
4949+[Yazi]: https://yazi-rs.github.io/
5050+[Direnv]: https://direnv.net/
5151+[1Password]: https://1password.com/
5252+5353+[Gleam]: https://gleam.run/
5454+[Zig]: https://ziglang.org/
5555+5656+[Tangled]: https://tangled.org/
5757+[Jujutsu]: https://www.jj-vcs.dev
5858+5959+[^pds]: Personal Data Storage