Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whazzmaster/vimrc
vim, deedle-dee lala
https://github.com/whazzmaster/vimrc
Last synced: about 2 months ago
JSON representation
vim, deedle-dee lala
- Host: GitHub
- URL: https://github.com/whazzmaster/vimrc
- Owner: whazzmaster
- Created: 2014-11-30T21:08:05.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-26T19:01:09.000Z (about 9 years ago)
- Last Synced: 2023-03-12T10:02:12.783Z (almost 2 years ago)
- Language: VimL
- Homepage:
- Size: 285 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vim dotfiles
My vim configuration, subject to stupidity and laziness.## Preparing vim on Linux
The version of vim shipped with ubuntu is a minimal build; reinstall the full
version for all the bells and whistles.sudo apt-get remove vim-tiny
sudo apt-get install vim## Preparing vim on Mac OSX
Use homebrew to install.brew install macvim
## Pulling to a new machine
1. Clone the repo
$ git clone https://github.com/whazzmaster/vimrc.git ~/.vim
1. Pull Vundle down into the bundle directory
$ git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
1. Symlink the config files to your home directory.
ln -n ~/.vim/vimrc ~/.vimrc
ln -n ~/.vim/vimrc.local ~/.vimrc.local1. Open vim and run `:PluginInstall`
1. It's Miller Time