Hardware
Desktop
CPU: 12th Gen Intel Core i5-12400F (12)
GPU: Nvidia RTX 3060 Ti
RAM: 32Gb
Laptop
CPU: Intel(R) Core(TM) i3-4005U (4)
RAM: 8Gb
Fastfetch
OS: CachyOS, perfect for gaming on weekends.
Desktop: KDE Plasma. Nice and friendly desktop environment.
Terminal: Ghostty is fast and extremely customizable.
Theme: Catppuccin Mocha. 😺
Font: Maple Mono NF, Has support for ligatures.
Shell: Fish shell, really intuitive to use and customizable.
Software
Neovim: Modal terminal code editor, I use it specifically with the Lazyvim distribuition, but I might write my own config one day.
Just: Command runner similar to Taskfile, helps automating workflows.
Podman: Container management tool with builtin support for pods, its a pretty good alternative to Docker.
Elio: Terminal file manager, gets the job done.
Direnv: Loads enviroment variables when switching directories.
Programming Languages
Gleam: Statically typed functional programming language, able to run on the BEAM or the Browser. My favorite one!
Zig: Statically typed low level programming language with manual memory allocations. There's no runtime in zig, the code you write is the code that it gets executed.