浙江省高等学校教师教育理论培训

微信搜索“教师资格证岗前培训”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Install ZSH shell on Ubuntu « Soham's Blog

Install ZSH shell on Ubuntu

April 21, 2011

Setup ZSH as your default terminal with oh-my-zsh

  • Install ZSH

     

    sudo apt-get update && sudo apt-get install zsh

    You can download ZSH tutorial from here

  • Setup oh-my-zsh

     

    wget –no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O – | sh

  • Make ZSH default

     

    chsh -s /bin/zsh

  • Restart your system.

Note*
If you are a rails developer and using RVM, make sure you have added the following line at the end of your .zshrc file.

[[ -s "$HOME/.rvm/scripts/rvm" ]] && . “$HOME/.rvm/scripts/rvm”

posted on 2012-03-26 23:41  lexus  阅读(1131)  评论(0编辑  收藏  举报