您的位置:首页 > 职场人生

类Unix系统下两大程序员神器spf13-vim oh-my-zsh

2016-05-02 23:50 489 查看

oh-my-zsh



github

安装方法

via curl (使用curl)

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"[/code] 

via wget(使用wget)

sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"


spf13-vim



github

__ _ _____              _
___ _ __  / _/ |___ /      __   __(_)_ __ ___
/ __| '_ \| |_| | |_ \ _____\ \ / /| | '_ ` _ \
\__ \ |_) |  _| |___) |_____|\ V / | | | | | | |
|___/ .__/|_| |_|____/        \_/  |_|_| |_| |_|
|_|


安装方法

Requires Git 1.7+ and Vim 7.3+

需要git(版本大于1.7) 和vim (版本大于7.3)

curl https://j.mp/spf13-vim3 -L > spf13-vim.sh && sh spf13-vim.sh


If you have a bash-compatible shell you can run the script directly:

bash下输入

sh <(curl https://j.mp/spf13-vim3 -L)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  unix 程序员 spf zsh vim