From 609a2c4ed5947074b9bfcaad1075c0975fac1d85 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 26 Aug 2024 23:49:57 +0200 Subject: Simplify vim setup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's been ages since I don't do anything serious with Vim. Hence, the setup for it doesn't have to be as "fancy" as it once was. Removing Vundle and other stuff makes stuff way simpler, while also removing git submodules for good. Signed-off-by: Miquel Sabaté Solà --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 800a14a..ae64b98 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,5 @@ -These are my personal dotfiles, use them at your own risk! You can download -everything by performing the following command (notice the `--recursive` flag): - -```bash -$ git clone --recursive https://github.com/mssola/dotfiles.git -``` - -To install everything just run the `install.sh` script. +These are my personal dotfiles, use them at your own risk! To install everything +just run the `install.sh` script. ## GNU Emacs -- cgit v1.2.3