~technomancy/dotfiles

Looks like vertico obsoletes smex.
Explicitly list out all the elisp

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~technomancy/dotfiles
read/write
git@git.sr.ht:~technomancy/dotfiles

You can also use your local clone with git send-email.

#Technomancy Dotfiles

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.

#Init

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

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.

#Browser

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.

#Usage

I use EXWM because ... it's the best?