My macOS developer config
Set up fresh macOS development environment:
git clone https://github.com/jamieweavis/dotfiles.git ~/Developer/dotfiles && ~/Developer/dotfiles/install.shUpdate dependencies & plugins by running the install script again:
~/Developer/dotfiles/install.shYou can use your fingerprint to authorise a sudo command:
- Edit
/etc/pam.d/sudo - Add the following as the first entry:
auth sufficient pam_tid.so
This project is licensed under the MIT License - see the LICENSE file for details.