Created: February 5, 2023

Last modified: June 4, 2025

my current stack and how it’s configured

current

I’ve gone through a fair bit of iteration to arrive at my current “technology stack”, by which I mean the set of hardware and software I use to do everything from academics and research to hobbies.

My current stack is:

sudo scutil --set HostName 'aMac'
# need log out and back in for key repeat to take effect
defaults write -g InitialKeyRepeat -int 10 # normal minimum is 15 (225 ms)
defaults write -g KeyRepeat -int 1 # normal minimum is 2 (30 ms)
defaults write -g ApplePressAndHoldEnabled -bool false

This is just a list of the tools I use. For some insights into how I use them, see my current workflows.

TODO past

Still need to describe as much as I can remember of previous stacks and perhaps attempt to disentangle the dotfile graveyard.