LoginSignup
2
3

More than 5 years have passed since last update.

Ubuntuでoh-my-zshを使う

Posted at

すぐできるようにメモ。

zshに切り替える

$ which zsh
/usr/bin/zsh
$ chsh
Password:
Changing the login shell for hoge
Enter the new value, or press ENTER for the default
        Login Shell [/bin/bash]: /usr/bin/zsh

oh-my-zshを入れる

oh-my-zsh

$ sudo sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
2
3
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
2
3