56. 扯蛋之个人常用软件配置 - 15:9:5 下午10.19.mp3

56. 扯蛋之个人常用软件配置 - 15:9:5 下午10.19.mp3

00:00
15:05
http://jiaxh.com/2015/09/05/software-and-configuration/

Xcode
$ xcode-select --print-path
$ sudo xcode-select -switch /Developer/Applications/Xcode-Beta.app
$ xcode-select --print-path
iterm2
http://www.iterm2.com

on-my-zsh
http://ohmyz.sh

sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
Homebrew
http://brew.sh

Install Homebrew

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
ruby version manager
http://www.rvm.io

$curl -sSL https://get.rvm.io | bash -s stable
替换系统 vim
$ brew install vim
$ vim .zshrc

$PATH=/usr/local/Cellar/vim/7.4.826/bin:$PATH
vim 配置
github地址:https://github.com/spf13/spf13-vim

以上内容来自专辑
用户评论

    还没有评论,快来发表第一个评论!