LoginSignup
4
6

More than 3 years have passed since last update.

Mac(Catalina)でbash to zsh

Last updated at Posted at 2019-07-19

macOSをMojaveからCatalinaにしたら、デフォルトのシェルがbashからzshに変わってしまった

zsh知らんけどbashから移行する

ユーザディレクトリ内のbashの設定を移行

chsh -s /usr/local/bin/zsh
cat ~/.bash_profile >> ~/.zprofile
cat ~/.bashrc >> ~/.zshrc

Install Zsh Theme

ついでに、テーマを設定してみる
下記から他のテーマも見れる
https://www.slant.co/topics/7553/~theme-for-oh-my-zsh#4

brew tap sambadevi/powerlevel9k
brew install powerlevel9k
source /usr/local/opt/powerlevel9k/powerlevel9k.zsh-theme" >> ~/.zshrc
4
6
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
4
6