250 ubuntu16.04/oh my zsh 开箱

前端之家收集整理的这篇文章主要介绍了250 ubuntu16.04/oh my zsh 开箱前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

安装

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 ~/.zshrc
ZSH_THEME="agnoster" # (this is one of the fancy ones)

plugins

原文链接:https://www.f2er.com/ubuntu/353433.html

猜你在找的Ubuntu相关文章