Dotfiles managed with chezmoi
- Download
laptop.sh
- Run laptop.sh:
sh /path/to/laptop.sh
- Pray it works correctly!
-
Backup External Data
-
Sync modified files to Chezmoi
chezmoi re-add
-
Sync changes to Github
chezmoi cd git add . git commit -m "Backing up..." git push
- I have the following at the top of my
/private/etc/pam.d/sudo
file.
auth sufficient pam_tid.so
This opens the TouchID prompt when using sudo
.