This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
NewerOlder