An open API service indexing awesome lists of open source software.

https://github.com/ldilley/dotfiles

:house: Various editor, shell, and other program configuration files
https://github.com/ldilley/dotfiles

bash bash-profile bash-prompt bashrc bashrc-configs config dotfiles git gitconfig nano nanorc screen screenrc shell shell-prompt tmux tmux-config vim vim-configuration vimrc

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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:
* vim or neovim
* ctags
* [gitgutter](https://github.com/airblade/vim-gitgutter)
* [supertab](https://github.com/ervandew/supertab)
* [git-prompt](https://github.com/olemb/git-prompt)
* [Oh my tmux!](https://github.com/gpakosz/.tmux)

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`