https://github.com/phstc/dotfiles
https://github.com/phstc/dotfiles
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/phstc/dotfiles
- Owner: phstc
- Created: 2013-08-23T17:45:39.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2018-04-07T22:33:07.000Z (about 8 years ago)
- Last Synced: 2025-11-09T09:10:23.371Z (8 months ago)
- Language: Vim script
- Size: 354 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Usage
Install the dot files into user's home directory.
```sh
rake install
```
Update git submodules.
```sh
rake update
```
To add vim plugins:
```sh
git submodule add https://github.com/scrooloose/syntastic.git vim/bundle/syntastic
```