Changes between Initial Version and Version 1 of jazz/19-03-18
- Timestamp:
- Mar 21, 2019, 6:11:25 PM (6 years ago)
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 9 xcode-select --install 10 # check 11 xcode-select -p 12 # install home-brew 13 ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 14 # check brew 15 brew doctor 16 brew update 17 # install develop environment 18 brew cask install java 19 brew cask install intellij-idea-ce ## community edition 20 }}}