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
- Host: GitHub
- URL: https://github.com/ldilley/dotfiles
- Owner: ldilley
- License: bsd-2-clause
- Created: 2017-10-11T06:40:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-19T21:41:43.000Z (almost 2 years ago)
- Last Synced: 2025-04-02T22:48:27.544Z (3 months ago)
- Topics: 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
- Language: Shell
- Homepage:
- Size: 144 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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`