commit 3a3ed827eeef8738735468fcfd86e0b8bab0724b Author: Lionel Sambuc Date: Sat Mar 25 23:04:39 2023 +0100 Initial Commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..221d655 --- /dev/null +++ b/README.md @@ -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 +```