diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-08-26 23:49:57 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-08-26 23:53:03 +0200 |
| commit | 609a2c4ed5947074b9bfcaad1075c0975fac1d85 (patch) | |
| tree | b1d7309bf1e8675ec4c1bb00a83bc5f1f5a77459 /README.md | |
| parent | ca1d2de79d8b6315718c96d16526f53deee84a13 (diff) | |
| download | dotfiles-609a2c4ed5947074b9bfcaad1075c0975fac1d85.tar.gz dotfiles-609a2c4ed5947074b9bfcaad1075c0975fac1d85.zip | |
Simplify vim setup
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à <mikisabate@gmail.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -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 |
