No description
Find a file
2025-04-05 16:42:18 -04:00
data forgejo updates 2025-03-29 14:42:28 -04:00
home drop wsl and devterm (closes #1) 2025-04-05 16:42:18 -04: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 drop wsl and devterm (closes #1) 2025-04-05 16:42:18 -04:00

dotfiles

1. set the fqdn:

# macos-specific commands
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://pingo.thermokar.st/dotfiles \
  --apply \
  --guess-repo-url=false

6. restart shell