Programs

Back

What i use and recommend

Browser

Safari + Wipr2
Librewolf
Brave

Terminal emulator

Ghostty
Ghostty is nice, fast, simple. If i had any complaints i would look into ST.

Editor

Neovim nightly with the new vim.pack Keeping it minimal ~50 line config
Plugins:

Typst

When I am not collaborating with others i use Typst

Config and dotfiles

GNU stow allows me to have all my dotfiles in ~/.dotfiles then doing 'stow */' distributes all the files to their correct space example
~/.dotfiles/nvim/.config/nvim/init.lua
This is the structure that will put my init.lua inside a nvim folder inside .config Which is where nvim looks for configs