0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

macOS(Sierra)にHomebrew経由にてzshをインストールする

0
Last updated at Posted at 2017-06-29

インストール

ターミナル(Terminal.app)を起動し、brewにてインストールする。

brew install zsh --without-etcdir

ログインシェルをzshに変更する

/etc/shells に「/usr/local/bin/zsh」を追記。

次のコマンドでデフォルトシェルを切り替える。

chsh -s /usr/local/bin/zsh

インストール確認

ターミナル(Terminal.app)を再起動して、このコマンドで確認する。

% echo $SHELL
/usr/local/bin/zsh
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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?