250 ubuntu16.04/oh my zsh 开箱

来源:互联网 发布:外加剂掺量怎么算法 编辑:程序博客网 时间:2024/05/17 23:53

安装

sudo apt-get install zsh

配置

取代bash

chsh -s /bin/zsh

oh my zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

主题

vim ~/.zshrcZSH_THEME="agnoster" # (this is one of the fancy ones)

plugins

  • 自动补全
    https://github.com/zsh-users/zsh-autosuggestions
  • 常用目录 wd
  • git git
  • 智能跳转 z
  • 历史 d
  • google web-content
0 0
原创粉丝点击