No description
Find a file
2023-01-31 16:57:47 -07:00
data data dir 2023-01-25 22:22:14 -07:00
home misc qol 2023-01-31 16:57:47 -07: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 misc qol 2023-01-31 16:57:47 -07:00

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