美文网首页亲测centos7科研环境配置教程
1.5 编辑器(vim,atom)和IDE

1.5 编辑器(vim,atom)和IDE

作者: sgzzl | 来源:发表于2017-03-20 12:30 被阅读14次

    1.vim和终端配色 (待编辑)

    http://blog.csdn.net/hotdust/article/details/53819986

    傻瓜包:

    #!/bin/bash

    cd ~

    WGET_CMD=$(type -P wget)

    if [ $WGET_CMD = "" ];then

    yum -y install wget

    fi

    wget http://leolovenet.com/downloads/code/dircolors

    #or

    #wget --no-check-certificate https://github.com/seebi/dircolors-solarized/raw/master/dircolors.ansi-universal

    mv dircolors  ~/.dir_colors

    eval `dircolors ~/.dir_colors`

    cat >>  ~/.bashrc <

    2.Atom

    2.1 下载安装包

    https://atom.io/download/rpm

    2.2 安装

    yum install atom.x86_64.rpm

    2.3 配置(待编辑)

    Atom编辑器设置Socks5代理

    相关文章

      网友评论

        本文标题:1.5 编辑器(vim,atom)和IDE

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