Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1 KB

README.md

File metadata and controls

56 lines (39 loc) · 1 KB

Mac

Setup

1, Install Xcode from app store

2, Install command line tool

3, Sign to xcode license, and install command line tools

> sudo xcodebuild -license
> xcode-select --install

4, Modify mac name

  • System preferences > Sharing

5, Mute alert sound

  • System preferences > Sounds > Sounds effect > Mute

6, Install java

7, Apply itamae-local

  • Install homebrew
  • Prepare itamae execution environment
    • Install rbenv
    • Install ruby
    • Install bundler
  • Download dotfiles repository
  • Apply itamae
  • Change default shell to zsh
> ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
> brew install rbenv
> rbenv install 2.3.1
> ghq get [email protected]:michiomochi/dotfiles.git
> cd ~/.ghq/github.com/michiomochi/dotfiles
> bin/itamae-local
> chsh -s $(which zsh)

8, Login npm

> npm adduser