13 lines
252 B
Markdown
13 lines
252 B
Markdown
# Lionel's Castle
|
|
|
|
This repository contains my personal profile configuration.
|
|
|
|
## VIM
|
|
|
|
The configuration relies on Vundle and expects a Nerd Font.
|
|
|
|
```sh
|
|
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
|
|
vim +BundleInstall +qall
|
|
```
|