美文网首页我用 LinuxLinux学习之路Linux学习|Gentoo/Arch/FreeBSD
linux系列_linux下利用oh my zsh配置完美终端

linux系列_linux下利用oh my zsh配置完美终端

作者: YONGSSU的技术站点 | 来源:发表于2016-11-04 18:29 被阅读594次

zsh简介

参考:Zsh (简体中文)

安装zsh

sudo apt-get install zsh

安装oh my zsh

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

或者

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

具体参考:https://github.com/robbyrussell/oh-my-zsh

各种插件

参考:https://github.com/robbyrussell/oh-my-zsh/wiki/Plugins-Overview

相关文章

网友评论

    本文标题:linux系列_linux下利用oh my zsh配置完美终端

    本文链接:https://www.haomeiwen.com/subject/bejwuttx.html