LoginSignup
0
0

More than 3 years have passed since last update.

macOS環境構築雑多メモ

Last updated at Posted at 2020-04-06

macの最近の環境構築。winもほぼ変わらないと思うのでURL見つけておこう。

  • homebrew
  • git
  • nodebrew
  • npm

インストール内容

homebrew

$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

...
  ==> The Xcode Command Line Tools will be installed.

  Press RETURN to continue or any other key to abort

RETURNして自分のPC開く時のpassword入力

  Already up-to-date.
  ==> Installation successful!

git

$ brew install git

参考にしたサイト
https://qiita.com/micheleno13/items/133aee005ae37c28960e

nodebrew

$ brew install nodebrew

参考にしたサイト
https://qiita.com/mame_daifuku/items/373daf5f49ee585ea498

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0