Files
castle/README.md
2023-03-25 23:04:39 +01:00

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
```