Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 386 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 386 Bytes

MacOSX開発環境構築手順

Xcodeが入っていない場合

$ xcode-select --install

Xcodeを入れ終わったら

$ git clone [email protected]:decr/macos_setup.git
$ cd macos_setup

Homebrew/brew-caskインンストール

$ install.sh

必要なパッケージをインストール

$ brew bundle

gitの設定

$ sh bash.sh

rubyのinstall

$ sh rbenv_init.sh