Mac

ITerm2で起動時にTip of the Dayを出さない

tama-tan

iTerm2で起動時に左上に表示される「Tip of the Day(今日のTip)」を非表示にする方法

Term2の環境設定の[Advanced]タブ内に「Tip of the Day」セクションがあるので、 「Disable the Tip of the Day?」項目がデフォルトだと「No」になっているので「Yes」に変更する。

Nodebrewのインストールと使い方

tama-tan

Nodebrewをインストールする

インストール

brew install nodebrew

確認

nodebrew -v

バージョンが表示されればOK。

.zshrcなどに環境変数を追加 vi ~/.zshrc

export PATH=$HOME/.nodebrew/current/bin:$PATH

初期化

nodebrew setup

バージョン指定してnodeをインストールする インストール可能なバージョンを確認