CentOS6.4 Install oh-my-zsh
程序员文章站
2022-07-01 15:37:25
先安装zsh 安装oh my zsh 手动安装 自动安装 ` 不管使用手动 自动安装,完成后都需要重启。oh my zsh才能生效。 修改主题 挑选你喜欢的主题:https://github.com/robbyrussell/oh my zsh/wiki/Themes ......
先安装zsh
yum -y install zsh # 查看是否安装完成 cat /etc/shells /bin/sh /bin/bash /sbin/nologin /bin/dash /bin/tcsh /bin/csh /bin/zsh # 替换默认的 /bin/bash chsh -s /bin/zsh changing shell for root. shell not changed. # 重启一下 reboot
# 查看现在的shell echo $shell /bin/zsh
安装oh-my-zsh
手动安装
# 安装git yum -y install git #克隆oh-my-zsh git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh #复制zshrc cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
自动安装
curl -l https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
不管使用手动或者
自动安装,完成后都需要重启。oh-my-zsh才能生效。
修改主题
挑选你喜欢的主题:https://github.com/robbyrussell/oh-my-zsh/wiki/themes
vim ~/.zshrc
zsh_theme=bira
上一篇: 童趣图片,只为分享而发布
推荐阅读
-
解决Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-f8IeEI/MYSQL-python/
-
Android安装应用 INSTALL_FAILED_DEXOPT 问题及解决办法
-
win8安装python环境和pip、easy_install工具
-
UEFI Install CentOS 7
-
CentOS6.4 下安装SVN的详细教程(超详细)
-
pip install browsercookie报错问题
-
Pycharm下载pyinstaller报错:You should consider upgrading via the 'python -m pip install --upgrade pip' command的解决方法
-
[BlueZ] 1、Download install and use the BlueZ and hcitool on PI 3B+
-
Linux 中的 Install命令
-
Pycharm下载pyinstaller报错:You should consider upgrading via the 'python -m pip install --upgrade pip' command的解决方法