一款好看的shell--oh my zsh
Posted 奇妙之二进制
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了一款好看的shell--oh my zsh相关的知识,希望对你有一定的参考价值。
1、安装zsh
sudo apt install zsh -y
2、安装git
sudo apt install git -y
3、安装oh my zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
没有翻墙的同学会出错:
curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused
安装脚本下载需要翻墙,这里提供一个脚本给没法翻墙的同学:
#!/bin/sh
#
# This script should be run via curl:
# sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# or via wget:
# sh -c "$(wget -qO- https://raw.githubusercontent.com/ohmyzsh
以上是关于一款好看的shell--oh my zsh的主要内容,如果未能解决你的问题,请参考以下文章