forked from purinda/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
madushkie/dotfiles
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Just a place to keep my personal dotfiles. vim: Create a symbolic link from the vimrc file within the root of the repo to ~/.vimrc and another from the vim directory within the repo root to ~/.vim. All plugins are maintained as git submodules. For a new install run: git submodule init && git submodule update These can be updated using: git submodule foreach git pull origin master And new ones can be installed by cd'ing into the root of the repo and issuing: git submodule add https://someurl.com/somerepo vim/bundle/somerepo Make sure to add ignore = dirty to .gitmodules to avoid issues with helptags. To remove a vim plugin: 1. Remove it from .gitmodules 2. Remove it from .git/config 3. Run git rm --cached <path-to-module></path-to-module>
About
My dot files.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 84.2%
- Vim Script 9.9%
- Shell 3.8%
- HTML 1.0%
- Roff 0.7%
- Puppet 0.3%
- Python 0.1%