lorenrogers / dotfiles

Repository to hold dotfiles and scripts specific to ProVim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

This is my dotfiles folder. It's really just for me to keep handy - you can use it if you like.

I originally forked from https://github.com/Integralist/ProVim but I've since made a lot of customizations. This repo is designed for XFCE. I'm using Debian, but it will probably work on other linux systems too.

Installation

To install, just make sure the install.sh file is executable (chmod +x ./install.sh) then run it: ./install.sh. It's pretty rough, so you'll definitely want to read through the script before you execute. It'll wipe out existing files.

In order to get the git stuff to work, you'll need to add this to your .gitconfig:

    [include]
        path = ~/.gitoptions

Since this repo uses submodules for the plugins, you'll probably want to update those periodically.

    git submodule update

About

Repository to hold dotfiles and scripts specific to ProVim


Languages

Language:Vim Script 97.9%Language:Shell 2.0%Language:Makefile 0.1%