Initial Commit

This commit is contained in:
2023-03-25 23:04:39 +01:00
commit 3a3ed827ee

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
# 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
```