https://github.com/chip/.vim
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chip/.vim
- Owner: chip
- Created: 2011-09-03T13:38:05.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-09-03T13:43:21.000Z (over 14 years ago)
- Last Synced: 2025-01-19T22:15:58.897Z (about 1 year ago)
- Language: VimL
- Homepage:
- Size: 410 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Quickly install with:
# If you already have a .vim directory, back it up first
cd ~
mv .vim .vim.prev
mkdir .vim
# Download the repo
cd /tmp
git clone git://github.com/chip/.vim.git
# Copy the files
cd .vim
cp -R * ~/.vim