edo1z blog

プログラミングなどに関するブログです

tmuxをmacで使う

tmuxを教えてもらった。 ターミナルが1つのタブで沢山の画面が使えるようになって、しかも沢山の画面全ての状態を保存しておいてくれる。

macにインストールするには、 brew install tmux とやる。

結構インストールに時間かかる。 終わったと思ったらエラーがでている。

Warning: Could not link tmux. Unlinking...
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
You can try again using `brew link tmux'
Error: Permission denied - /usr/local/etc

sudoとかでbrew link tmuxとやってもできない。 /usr/localの所有者を自分に変更したらできた。 (sudo chown ore:ore /usr/local)