美文网首页
2019-08-03 centos 基础运行环境

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

作者: Albert陈凯 | 来源:发表于2019-08-03 16:34 被阅读0次

= 安装脚本

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 centos 基础运行环境

    = 安装脚本 安装 antigen

  • 虚拟机基本环境

    目录:一、Vagrant 环境二、Centos7 基础环境三、JAVA 运行环境四、Docker 环境五、Kube...

  • Tomcat环境搭建

    搭建基础环境:Centos7.2 Tomcat基于jdk环境才能正常运行,先检测是否已安装了jdk,部分系统默认已...

  • Docker管理-基于CentOS手动制作SVN镜像

    1、拉取CentOS基础镜像(centos:8.1.1911) 2、运行创建CentOS容器 3、安装subver...

  • 简介

    Linux运行环境配置 为了支持主流服务器的运行,需要配置相关的运行环境 安装环境: centos6.5 主要包括...

  • paddlepaddle安装

    环境介绍 操作系统:centos6.6运行paddlepaddle过程中会需要一些基础包,缺失是yum安装下,在把...

  • centos7.6安装nginx

    系统基础环境:virtualbox下CentOS-Minimal-1810 1安装方法一:源码编译安装 基础环境 ...

  • 一个简单Kubernetes使用例子

    环境准备 基础环境说明 VMware + Centos7PS:尝试过在Centos 6.5上面执行安装,发现安装失...

  • .netcore 在Linux(Centos)使用Docker方

    运行环境 假设你已经安装好了.net core 运行环境,未配置可以看这篇[linux(centos)搭建.net...

  • kafka集群安装

    环境 操作系统:CentOS 7.5 运行环境:Java 1.8 zookeeper-3.4.12 kafka_2...

网友评论

      本文标题:2019-08-03 centos 基础运行环境

      本文链接:https://www.haomeiwen.com/subject/fsnjdctx.html