Xdminsy / dotfiles

Personal dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use


git clone https://github.com/Xdminsy/dotfiles.git
cd dotfiles
chmod +x install.sh
install.sh

Then let's install YouCompleteMe Manually.

cd ~/.vim/bundle/YouCompleteMe
git submodule update --init --recursive
# You can run ./intall.sh --help for help
./install.py --clang-completer

About

Personal dotfiles


Languages

Language:Vim Script 40.5%Language:Emacs Lisp 19.5%Language:Shell 18.9%Language:Python 16.6%Language:PowerShell 4.5%