Software index
This section contains software that I use or recommend. This is just personal preference, you are free to use whatever you want.
Text editor / IDE
-
nvim / vim: This is the only right decision when talking about editors. I mean, vim is more a life style than a simple tool.
-
VSCodium: I don’t like it but I use it for some file formats that I have to use for college reasons and my nvim doesn’t handle it (as for example jupyter notebooks). All IDEs are bloated proprietary garbage.
Desktop Environment / Window Managers
-
Hyprland: I use it just because it works well. I don’t like how it breaks on every update. I don’t use animations or shadows or anything like that.
-
dwm: I feel that It’s the good one but I haven’t the time to switch to it. I also want to try dwl as it’s the same concept but for wayland.
File managers
I don’t use anything more than the default coreutils for this.
Programs written by myself
-
todo: I use it as a reminder for important tasks.
-
vicel: A TUI spreadsheet editor that works well for toy problems.
-
dv: A file manager for the terminal based in regex. I don’t use it since I start using nvim’s Oil plugin.