No description
Find a file
2023-04-30 16:22:34 -05:00
data data dir 2023-01-25 22:22:14 -07:00
home typo 2023-04-30 16:19:25 -05:00
.chezmoiroot chezmoiroot 2023-01-25 22:25:19 -07:00
.gitignore IMP: vscode-specific project structuring (#6) 2020-05-12 14:32:17 -07:00
README.md macos prep 2023-04-30 16:09:55 -05:00

dotfiles

set the fqdn (this is necessary for some of the host-specific chezmoi config):

# debian
sudo hostnamectl set-hostname $MY_HOSTNAME.local

# macos
sudo scutil --set HostName $MY_HOSTNAME.local
sudo scutil --set LocalHostName $MY_HOSTNAME
sudo scutil --set ComputerName $MY_HOSTNAME
dscacheutil -flushcache  # maybe reboot, too?

set the shell:

# debian
chsh -s $(which zsh)

# macos
sudo chpass -s '/opt/local/bin/zsh' $USER

set up the package manager:

xcode-select --install
# grab the pkg installer from: https://www.macports.org/install.php

patched font, Anonymice Pro

bootstrap chezmoi:

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