New Mac Setup: Difference between revisions

Jump to navigation Jump to search
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


== TouchID sudo ==
== TouchID sudo ==
* Edit `/etc/pam.d/sudo_local` as root and remove the '#' before this line: `auth      sufficient    pam_tid.so`
* Run: `sed -e 's/#auth/auth/' /etc/pam.d/sudo_local.template | sudo tee /etc/pam.d/sudo_local`


== Kerberos authentication ==
== Kerberos authentication ==
Line 13: Line 13:
== Install MacPorts ==
== Install MacPorts ==
Follow instructions here: https://www.macports.org/install.php
Follow instructions here: https://www.macports.org/install.php
== Install iTerm2 ==
https://iterm2.com


== Use Bash as Shell ==
== Use Bash as Shell ==

Navigation menu