No description
Find a file
2026-01-23 14:27:30 -05:00
data Cleaning up gwar bootstrapping spec 2025-12-29 21:30:52 -05:00
home claude code settings update 2026-01-23 14:27:30 -05:00
.chezmoiroot chezmoiroot 2023-01-25 22:25:19 -07:00
.gitignore chore: ignore log files 2024-10-15 13:29:45 -04:00
README.md aerc: Setting up personal config 2025-12-24 08:46:09 -05:00

Dotfiles

1. Set the FQDN:

sudo scutil --set HostName $MY_HOSTNAME.local
sudo scutil --set LocalHostName $MY_HOSTNAME
sudo scutil --set ComputerName $MY_HOSTNAME
dscacheutil -flushcache

2. Reboot

3. Install https://typeof.net/Iosevka/

4. Install age private key from password manager into ~/.key.txt

5. Bootstrap chezmoi:

sh -c "$(curl -fsLS get.chezmoi.io)" -- \
  init \
  git://git.thermokar.st/thermokarst/dotfiles \
  --apply \
  --guess-repo-url=false

6. Restart shell

7. Some "manual" stuff:

vdirsyncer discover my_cals

Work aerc

~/bin/oauth2.py \
  --user=your-email@gmail.com \
  --client_id=YOUR_CLIENT_ID \
  --client_secret=YOUR_CLIENT_SECRET \
  --generate_oauth2_token

Update the encrypted accounts configuration in this repo as necessary.