dotfiles/README.md
2023-01-31 16:57:47 -07:00

382 B

dotfiles

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

sudo hostnamectl set-hostname $MY_HOSTNAME.local

set the shell:

chsh -s $(which zsh)

bootstrap chezmoi:

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