From 3a3ed827eeef8738735468fcfd86e0b8bab0724b Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Sat, 25 Mar 2023 23:04:39 +0100 Subject: [PATCH] Initial Commit --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md 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 +```