No description
| data | ||
| home | ||
| .chezmoiroot | ||
| .gitignore | ||
| README.md | ||
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.