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:
- vim or neovim
- ctags
- gitgutter
- supertab
- git-prompt
- Oh my tmux!
Example to generate ctags:
mkdir -p ~/.vim/tags
ctags -f ~/.vim/tags/c.tags -h ".h" -R --c-kinds=+p --fields=+iaS --extra=+q /usr/include