Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 796 Bytes

README.md

File metadata and controls

36 lines (20 loc) · 796 Bytes

dotfiles

My collection of dotfiles and setup scripts.

install

sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply mloberg

updating

chezmoi update

other setup

thanks

inspiration/dotfiles taken from:

common problems

zsh compinit: insecure directories

See insecure directories with compaudit. Fix them with:

compaudit | xargs chmod g-w

yubikey stops working

Try restarting the gpg-agent (gpgkill). If that doesn't work, restart.