labrenz / doto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# Dot files
- [Dependencies](#install-dependencies)
- [Setup](#setup)

## Install dependencies:
  * python-dev
  * pip
  * cmake
  * ruby
  * zsh
  * plumbum

## Setup
### Ubuntu
1. Install package dependencies
```bash
  > sudo apt-get install python-dev python-pip cmake ruby zsh
  > pip install --user plumbum
```
2. Run setup script
```bash
  > ./setup.py install
```
3. Install vim pluggins
  * start vim
  * run :PlugInstall

About


Languages

Language:Vim Script 42.3%Language:Lua 35.7%Language:Shell 18.9%Language:Python 3.1%