Lines
Looks like vertico obsoletes smex.
Explicitly list out all the elisp
Everything it takes to run a technomancy-approved system.
Designed to run on Debian systems, usually stable and oldstable. Mostly just Firefox and Emacs and system-level stuff.
Installation and bootstrapping of dotfiles is handled by the
bin/init/go.sh
script. This script should be idempotent.
sudo apt install zile git
git clone https://git.sr.ht/~technomancy/dotfiles .dotfiles
sudo bash .dotfiles/bin/init/go.sh
Emacs packages are all included in .emacs.d/lib
using git subtree.
Use M-x pnh-reinit-libs
to byte-compile and autoload them.
I use these libraries:
All of these are either things I created, things I contribute to, or things that are available in apt-get, but I prefer to keep in my dotfiles to have greater control.
Since Firefox seems to go out of its way to make automating extensions difficult, these things need to be installed manually for now:
Luckily uBlock Origin can be installed thru apt.
I use EXWM because ... it's the best?