wiki:jazz/19-03-18

2019-03-18

MacBook Air

  • NTD$ 29,900
    #install xcode command tool
    xcode-select --install
    # check
    xcode-select -p
    # install home-brew
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
    # check brew
    brew doctor
    brew update
    # install develop environment
    brew cask install java
    brew cask install intellij-idea-ce ## community edition
    
Last modified 5 years ago Last modified on Mar 21, 2019, 6:11:25 PM