Skip to content

Instantly share code, notes, and snippets.

View edsonaj's full-sized avatar

Edson Alves Junior edsonaj

  • Sao Paulo, Brasil
View GitHub Profile
@edsonaj
edsonaj / osx.sh
Created August 12, 2012 05:23
OS X Config 10.8
#!/bin/bash
# Based on https://github.com/mathiasbynens/dotfiles/blob/master/.osx
###############################################################################
# General UI/UX #
###############################################################################
# Set computer name (as done via System Preferences → Sharing)
scutil --set ComputerName "Edson Alves Junior's MacBook Pro"
scutil --set HostName "Edson Alves Junior's MacBook Pro"