https://github.com/zilongshanren/dotfiles
vim,zsh,tmux,git, ctags, ag, jshint, emacs and more
https://github.com/zilongshanren/dotfiles
Last synced: 2 months ago
JSON representation
vim,zsh,tmux,git, ctags, ag, jshint, emacs and more
- Host: GitHub
- URL: https://github.com/zilongshanren/dotfiles
- Owner: zilongshanren
- Created: 2012-11-08T03:39:55.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-06-22T12:02:43.000Z (8 months ago)
- Last Synced: 2024-12-16T07:46:24.596Z (2 months ago)
- Language: Python
- Homepage:
- Size: 11.5 MB
- Stars: 100
- Watchers: 11
- Forks: 45
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I use Vundle to management my vim plugins. You can refer to this link for more information: [Vundle]( https://github.com/gmarik/vundle )
# Install with:
git clone https://github.com/andyque/dotvim.git ~/.vim
cd ~/.vim
./install.sh
# Install pluginsOpen 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](https://github.com/Valloric/YouCompleteMe) 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](http://www.wtfpl.net/)).