Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 841 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 841 Bytes

dotfiles

My personal dotfiles. I do a few weird things, but the most notable are the k* package aliases, (ki, kr, ks, etc.) which make package installation use the same very short commands on basically any distribution. Additionally, the related pk* aliases (pki, pkr, pks, and pkl) which allow easy installing of Python packages to the right place, whether that's within my home folder or in the system-wide installation folder.

Included stuff

This repo contains copies of Pathogen and vim-markdown.

The Python 2 and 3 standard libs are included as a submodule. Run the command vim -c "helptags . | q" in the .vim/bundle/py2stdlib and .vim/bundle/py3stdlib folders to make them available.