Posts tagged with #Emacs
Software I Use/Recommend
2022-09-05
Reading time 1 min.
Dotfiles can be viewed here (emacs config in a separate repo).
Terminal Emulator
I mainly use st
because it starts up instantly. I occassionally use alacritty
since fonts and emojis are currently broken on my build.
Shell
zsh
. It's a better interactive shell that isn't fish
. I wouldn't use fish
because I'm used to writing bash
syntax.
Window Manager
I use bspwm
. It's very easy to configure, and you can easily script it. I've noticed as more time passes, the more logic I include in my configuration file.