···11+---
22+title = "uses"
33+date = 2026-01-01
44+tags = ["uses"]
55+---
66+77+## Software
88+99+- [Lazyvim](https://www.lazyvim.org/): I might give Helix a try some other time.
1010+- [Just](https://just.systems/): A command runner similar to Taskfile.
1111+- [Djot](https://djot.net/): Feels nicer to use than than regular markdown.
1212+- [Fly.io](https://fly.io/): It surprisingly easy to deploy containers there.
1313+- [Yazi](https://yazi-rs.github.io/): Terminal file manager.
1414+- [Tmux](https://github.com/tmux/tmux): Terminal multiplexer.
1515+- [Direnv](https://direnv.net/): Load enviroment variables on switching directories
1616+1717+### Programming Languages
1818+1919+- [Gleam](https://gleam.run/): It's still my favorite programming language.
2020+- [Fish](https://fishshell.com/): My default shell for around 1 year, super intuive.
2121+2222+### Version Control
2323+2424+- [Tangled](https://tangled.org/): I recently moved away from Github,
2525+ because of their recent decisions, tangled feels like breath of fresh air.
2626+- [Jujutsu](https://www.jj-vcs.dev): Feels a lot more flexible and intuitive than Git,
2727+ Also tangled has support for it!