Changes between Initial Version and Version 1 of jazz/19-03-18


Ignore:
Timestamp:
Mar 21, 2019, 6:11:25 PM (5 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/19-03-18

    v1 v1  
     1= 2019-03-18 =
     2
     3== !MacBook Air ==
     4
     5* NTD$ 29,900
     6{{{
     7#!bash
     8#install xcode command tool
     9xcode-select --install
     10# check
     11xcode-select -p
     12# install home-brew
     13ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
     14# check brew
     15brew doctor
     16brew update
     17# install develop environment
     18brew cask install java
     19brew cask install intellij-idea-ce ## community edition
     20}}}