DHCZ / dotfiles

my dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Dotfiles

vim

First Version by using Vundle. This Version has those plugins:

  • YouCompleteMe
  • delimitMate
  • nerdtree
  • python-syntax
  • syntastic
  • tagbar
  • ultisnips
  • vim-ctrlspace
  • vim-nerdtree-tabs
  • vim-snippets

zsh

  • oh my zsh (theme='ys')

tmux


Usage:

  1. At home path git clone https://github.com/lisabug/vim.git
  2. mv vim .vim
  3. ln -sf ~/.vim/.vimrc ~/.vimrc
  4. git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  5. Launch Vim and run :PluginInstall
  6. YouCompleMe need compile separately
cd ~/.vim/bundle/YouCompleteMe
./install.sh --clang-completer

About

my dotfiles


Languages

Language:Vim Script 80.5%Language:Dockerfile 16.7%Language:Shell 2.8%