We're sunsetting PodQuest on 2025-07-28. Thank you for your support!
Export Podcast Subscriptions
cover of episode 56. 扯蛋之个人常用软件配置

56. 扯蛋之个人常用软件配置

2015/9/5
logo of podcast iOSDevLog

iOSDevLog

Shownotes Transcript

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-pathiterm2http://www.iterm2.comon-my-zshhttp://ohmyz.shsh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"Homebrewhttp://brew.shInstall Homebrewruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"ruby version managerhttp://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:$PATHvim 配置github地址:https://github.com/spf13/spf13-vim