These are my configuration files for Linux — I'm currently using the Artix distro —; I focus a lot on minimalism. Anyway, I currently use:
- Kitty as my terminal, very fast and supports font ligatures
- Fira Code as my default monospaced, ligated font; and Cantarell as my non-monospaced default font
- Neovim as my in-terminal editor
- Emacs as my editor for software projects
- XMonad as a Window Manager
- Awesome is my alternative, backup window manager, mostly for when XMonad breaks, which happens sometimes after an update.
XMonad.Prompt
as an application launcher- ranger as an in-terminal file manager
- Krusader as my GUI file manager
- And Nemo for quick stuff
- qutebrowser as my default browser
- Zathura as a Vim-like way of viewing PDFs
- However Okular is still a big part of my workflow, specially when it comes to long books
- Ferdi as my messenger-unifying browser.
- Sabaki as my Go SGF editor.
I also use some custom command-line programs which help create a more modern environment, like Rust's exa
and bat
. Another strong recommendation I have is the amazing fzf
multi-tool, which also happens to have strong Vim integration through a plugin.