Skip to content

Instantly share code, notes, and snippets.

View btihen's full-sized avatar

Bill Tihen btihen

  • Switzerland
View GitHub Profile
# install XCode from the app store
# updates by Elliot -- https://gist.github.com/MittchoBaroco/bf6516e4b03ba6803808f046084feb4d
#
# Install xcode cmdline tools
sudo xcodebuild -license
sudo xcode-select --install
#
# NOTICE
# brew 'rbenv-gem-rehash' is DEPRECATED
@btihen
btihen / baseos.sh
Created May 30, 2013 14:52
baseos config
sudo launchctl load -w /System/Library/LaunchDeamons/com.apple.locate.plist
sudo /usr/sbin/scutil --set HostName baseos
sudo /usr/sbin/scutil --set ComputerName baseos
sudo /usr/sbin/scutil --set LocalHostName baseos
sudo /usr/sbin/networksetup -setcomputername baseos
defaults write com.apple.finder ShowHardDrivesOnDesktop TRUE
killall Finder