Skip to content

Instantly share code, notes, and snippets.

@ryanmaclean
Created August 9, 2016 00:29
Show Gist options
  • Select an option

  • Save ryanmaclean/093fe1f719c19ce6ffc1b572be177f27 to your computer and use it in GitHub Desktop.

Select an option

Save ryanmaclean/093fe1f719c19ce6ffc1b572be177f27 to your computer and use it in GitHub Desktop.
Mac Hostname Script
#!/bin/bash
newhostname=nmp
echo "$(ipconfig getifaddr en0) $newhostname" | sudo tee -a /etc/hosts
sudo scutil --set HostName $newhostname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment