pcaldentey / dotfiles

my dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

Repo with git submodules

Operations

  • add a submodule: git submodule add http://repository_url
  • clone this repo and attached submodules: git clone --recursive git@github.com:pcaldentey/dotfiles.git
  • update submodules git submodule update --init or git submodule foreach git pull origin master

Installation

Install in your environment:

Clone repo

git clone --recursive git@github.com:pcaldentey/dotfiles.git ~/.vim

Install dot-files

cd ~/.vim/dotfiles && ./install.sh

Youcompleteme installation

cd ~/.vim/bundle/YouCompleteMe && ./install.py --all

Vim plugins

About

my dotfiles


Languages

Language:Vim Script 73.8%Language:Shell 26.2%