https://github.com/f/vimme
my newest simple vim environment
https://github.com/f/vimme
Last synced: 10 months ago
JSON representation
my newest simple vim environment
- Host: GitHub
- URL: https://github.com/f/vimme
- Owner: f
- License: mit
- Created: 2013-12-26T12:43:32.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-22T18:53:32.000Z (about 12 years ago)
- Last Synced: 2025-01-11T11:48:01.968Z (over 1 year ago)
- Language: VimL
- Size: 270 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
vimme
=====
my newest simple vim environment
## Install
```bash
git clone --recursive http://github.com/f/vimme.git ~/.vimme
ln -s ~/.vimme/.vimrc ~/.vimrc
ln -s ~/.vimme/.vim ~/.vim
vim +BundleInstall +qall # don't worry about colorscheme warning, go on
```
## Setting TMUX
```bash
ln -s ~/.vimme/.tmux.conf ~/.tmux.conf
ln -s ~/.vimme/.tmuxline.conf ~/.tmuxline.conf
```
## Setting ZSH
```bash
ln -s ~/.vimme/.zshrc ~/.zshrc
```