Skip to content

ldilley/dotfiles

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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