一款好看的shell--oh my zsh

一款好看的shell--oh my zsh,第1张

一款好看的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

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5350548.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-09
下一篇 2022-12-09

发表评论

登录后才能评论

评论列表(0条)

保存