码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu 14.04 安装oh-my-zsh 和 autojump

时间:2014-12-25 00:15:27      阅读:1936      评论:0      收藏:0      [点我收藏+]

标签:

  1. oh-my-zsh

    https://github.com/robbyrussell/oh-my-zsh/

    如果没有安装git需要先安装git:
    sudo apt-get install git
    
    1. sudo apt-get install zsh
    2. wget --no-check-certificate http://install.ohmyz.sh -O - | sh 
    3. 这时可能会出现 密码: chsh:PAM, 手动输入 chsh -s /bin/zsh 即可解决
    4. 注销或重启就ok了
  2. oh-my-zsh 安装主题

  3.  gedit ~/.zshrc

  4. 找到,ZSH_THEME="xiong-chiamiov-plus"  ," " 处,更改主题,主题链接

  5. 安装autojump

    sudo apt-get install autojump
    https://github.com/joelthelion/autojump
    

    输入

    git clone https://github.com/joelthelion/autojump.git

    进入autojump 的目录,cd autojump,执行

    python ./install.py

    最后其会有提示

    vim ~/.zshrc 添加如下到 ~/.zshrc

    [[ -s /home/tan/.autojump/etc/profile.d/autojump.sh ]] && source /home/tan/.autojump/etc/profile.d/autojump.sh

    autoload -U compinit && compinit -u

ubuntu 14.04 安装oh-my-zsh 和 autojump

标签:

原文地址:http://blog.csdn.net/wjw0130/article/details/42131799

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!