Skip to content

Instantly share code, notes, and snippets.

@bard86
Last active April 11, 2020 11:30
Show Gist options
  • Save bard86/bf4ded07c83ae6b99c162b05e1263184 to your computer and use it in GitHub Desktop.
Save bard86/bf4ded07c83ae6b99c162b05e1263184 to your computer and use it in GitHub Desktop.
Set MacBook host name
#!/bin/bash
set -e
sudo hostname MacBook.local
scutil --set HostName MacBook.local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment