LoginSignup
0

More than 5 years have passed since last update.

setup mac yosemite

Last updated at Posted at 2015-01-04

change mac setting

  • mission control - hotkey screenlock
  • (security - firewall)
  • security - require password
  • energy - sleep time, display off time
  • keyboard - fnkey, Capslock to control
  • trackpad - tap click, right click, scroll natural
  • user - off the guest
  • accessibility - zoom
  • dock setting - auto hide, layout
  • sound - show in menu bar
  • general - change menubar and Dock color

xcode

  • install xcode - appstore

  • xcode command line tools install

$ xcode-select --install

ansible

$ sudo easy_install pip
$ sudo pip install ansible --quiet

install Homebrew

$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

$ brew doctor
$ brew install caskroom/cask/brew-cask

enable locate

$ sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.locate.plist

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0