Code Monkey home page Code Monkey logo

config's Introduction

MAC work environment configuration

brew

修改brew国内源

替换brew.git:
cd "$(brew --repo)"
git remote set-url origin https://mirrors.ustc.edu.cn/brew.git

替换homebrew-core.git:
cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
git remote set-url origin https://mirrors.ustc.edu.cn/homebrew-core.git

vim

使用VundleVim 插件方式管理vim

需要安装的依赖

brew install cmake ctags
go get -u github.com/jstemmer/gotags

Plugin 'junegunn/vim-plug'                                         
Plugin 'The-NERD-tree'                                             
Plugin 'ctrlpvim/ctrlp.vim'                                        
Plugin 'dyng/ctrlsf.vim'                                           
Plugin 'bling/vim-airline'                                         
Plugin 'zenorocha/dracula-theme'                                   
Plugin 'Lokaltog/vim-easymotion'                                   
Plugin 'Yggdroot/indentLine'                                       
Plugin 'kien/rainbow_parentheses.vim'                              
Plugin 'jiangmiao/auto-pairs'                                      
Plugin 'surround.vim'                                              
Plugin 'terryma/vim-expand-region'                                 
Plugin 'editorconfig/editorconfig-vim'                             
Plugin 'scrooloose/syntastic'                                      
Plugin 'mattn/gist-vim'                                            
Plugin 'airblade/vim-gitgutter'                                    
Plugin 'scrooloose/nerdcommenter'                                  
Plugin 'fatih/vim-go'                                              
Plugin 'vim-flake8'                                                
Plugin 'mattn/emmet-vim'                                           
Plugin 'Tagbar'                                                    
Plugin 'DoxygenToolkit.vim'                                       
Plugin 'rizzatti/dash.vim'                                         
Plugin 'honza/vim-snippets'                                        
Plugin 'Valloric/YouCompleteMe'
cd ~/.vim/bundle/YouCompleteMe
./install.py --all

tmux

zsh

bash

config's People

Contributors

xinghui-hou avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.