Skip to content

Instantly share code, notes, and snippets.

@nyimbi
Forked from shayne/gist:3086902
Created November 27, 2023 15:17
Show Gist options
  • Save nyimbi/10cca36e3b5ac58d08f1d93827bfb439 to your computer and use it in GitHub Desktop.
Save nyimbi/10cca36e3b5ac58d08f1d93827bfb439 to your computer and use it in GitHub Desktop.
Add Mac OS X user to "wheel" group (no more sudo passwd)
sudo dscl . -append /groups/wheel GroupMembership <username>
# now `sudo visudo` and remove comment from: %wheel ALL=(ALL) NOPASSWD: ALL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment