ldilley / dotfiles

:house: Various editor, shell, and other program configuration files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

This repository contains various editor, shell, and other program configuration files. Since git is distributed, this allows me to easily retrieve my config files from other systems that I work on. If you find any of these files useful, then enjoy!

Recommended:

Example to generate ctags:

  1. mkdir -p ~/.vim/tags
  2. ctags -f ~/.vim/tags/c.tags -h ".h" -R --c-kinds=+p --fields=+iaS --extra=+q /usr/include

About

:house: Various editor, shell, and other program configuration files

License:BSD 2-Clause "Simplified" License


Languages

Language:Shell 85.5%Language:Vim Script 14.5%