Git Product home page Git Product logo

dotfiles's Introduction

I use Vundle to management my vim plugins. You can refer to this link for more information: Vundle

Install with:

git clone https://github.com/andyque/dotvim.git ~/.vim

cd ~/.vim

./install.sh

Install plugins

Open a arbitrary file and run the following ex command of vim:

:BundleInstall
Note: The BundleInstal commands will not install YouCompleteMe on default, you should uncomment it from *bundles.vim*

Install oh-my-zsh, tmux

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
brew install tmux
brew install reattach-to-user-namespace
./rock.sh

Config YouCompleteMe plugin

You can refer to this link for more information.

Tips:

If you want to use the full power of these vim plugins, you should install python,ruby ctags,jsctags.

For Windows Platform

1. At first, you should download the [vim version](ftp://ftp.vim.org/pub/vim/pc/gvim74.exe)

2. After downloading, you should clone this repository at your home directory. Here is the instructions.

git clone https://github.com/andyque/dotvim.git

3. copy the _vimrc file in the *dotvim* directory to your $Home$ directory

4. Issue your gvim editor and input :BundleInstall to install the plugins

5. Enjoy!

Config for .gitconfig.local


[credential]
  helper = osxkeychain

[github]
  username = zilongshanren
  token = a123uber456secret789ceprivate000key78

Licence:

Do What The Fuck You Want To Public License (WTFPL).

dotfiles's People

Contributors

andyque2 avatar zilongshanren avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dotfiles's Issues

buf-kill

Hi 子龙山人,
你好,我在使用nerdtree时,加入了“ autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTreeType == "primary") | q | endif ” 这样在只有一个nerdtree一个窗口时关闭vim,但我想关闭一个buffer(:bd),缺将整个vi关闭了,如何解决啊?

emacs 怎么让shell显示在右边啊

spacemacs shell 配置在右边好像不能设置宽度,蛋疼

(setq-default dotspacemacs-configuration-layers
'(shell :variables
shell-default-position 'right
shell-default-width 30))

这个宽度好像没用啊

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.