Skip to content

Instantly share code, notes, and snippets.

@pgilad
Created November 2, 2019 15:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pgilad/ac9f96e391588e4657a93be3e783e321 to your computer and use it in GitHub Desktop.
Save pgilad/ac9f96e391588e4657a93be3e783e321 to your computer and use it in GitHub Desktop.
Update mac names
set -l name Gilad-MBP-Personal
sudo scutil --set ComputerName $name
sudo scutil --set LocalHostName $name
sudo scutil --set HostName $name
dscacheutil -flushcache
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment