diff --git a/uses.md b/uses.md new file mode 100644 index 0000000..08d5fb8 --- /dev/null +++ b/uses.md @@ -0,0 +1,45 @@ +# Computer stuff I use + +There are [lots of pages](https://uses.tech) like this one showing developer setups. + +## Software + +### OS + +I've used different Linux systems on my machines, mostly [Arch Linux] on my laptop. +I recently joined the [_NixOS cult_ ❄️][NixOS], maybe you should too 👀. +My handphone runs on [GrapheneOS]. + +### Apps + +- **Editor**: helix +- **Terminal**: alacritty +- **Font**: JetBrains Mono +- **Shell**: zsh + - **Prompt**: starship + - **History**: atuin + - **Other utils**: zoxide, direnv, rg +- **Web browser**: Firefox, Vanadium +- **VPN**: Tailscale +- **DNS**: NextDNS (through tailscale integration) + +## Hardware + +### Computers + +My laptop is an ASUS VivoBook (Intel i7). +I run some services on a Raspberry Pi 4B (with 4Gb of RAM), of course under NixOS 🙂. +My handphone is a Pixel 7a. + +### Keyboard + +I built a split mechanical keyboard, the (Ferris) [Sweep] LP, which I only use at home. + +### Audio + +todo!() + +[Sweep]: https://github.com/davidphilipbarr/Sweep +[GrapheneOS]: https://grapheneos.org +[Arch Linux]: https://archlinux.org +[NixOS]: https://nixos.org