首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >2019-08-03 centos 基础运行环境

2019-08-03 centos 基础运行环境

作者头像
Albert陈凯
发布2019-08-06 14:50:32
5170
发布2019-08-06 14:50:32
举报
文章被收录于专栏:Albert陈凯Albert陈凯

= 安装脚本

sudo yum update -y &
sudo yum install -y zsh wget vim &
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" &
cd
git clone https://github.com/zsh-users/antigen.git ~/antigen

wget https://download.opensuse.org/repositories/shells:zsh-users:antigen/CentOS_7/shells:zsh-users:antigen.repo
sudo mv shells\:zsh-users\:antigen.repo /etc/yum.repos.d/

sudo yum install -y antigen

安装 antigen

cd /etc/yum.repos.d/
sudo wget https://download.opensuse.org/repositories/shells:zsh-users:antigen/CentOS_7/shells:zsh-users:antigen.repo
sudo yum install -y antigen
source ~/antigen/antigen.zsh

antigen use oh-my-zsh

antigen bundle git
antigen bundle heroku
antigen bundle pip
antigen bundle lein
antigen bundle command-not-found

antigen bundle zsh-users/zsh-syntax-highlighting

antigen bundle zsh-users/zsh-autosuggestions

antigen bundle zsh-users/zsh-completions

antigen theme robbyrussell

antigen apply
本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2019.08.03 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档