From bb685342d6fafa599ec677df08f83164084c4132 Mon Sep 17 00:00:00 2001 From: rootiest Date: Mon, 22 Jul 2024 08:34:19 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20install=20script=20option?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Include an alternative install method - Uses a shell script to install the config - If NeoVim is not installed, will download the AppImage - Designed to be more user-friendly than running commands manually --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 84f5f5c..1e2b8c1 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,9 @@ The rootiest neovim configuration you will ever see! ## Installation +This is the traditional method to install a NeoVim configuration. +You will need to manually install NeoVim if you do not already have it. + 1. Install [NeoVim](https://github.com/neovim/neovim/blob/master/INSTALL.md) (0.9+) 2. Install Pre-requisites @@ -78,6 +81,22 @@ The rootiest neovim configuration you will ever see! 5. Enjoy! 🎉 +## Alternative Install + +This is a more automatic method to install the Rootiest NeoVim configuration. +This method will automatically download the NeoVim AppImage if required. +It will then automatically install the Rootiest NeoVim configuration. + +1. Run the install script + + ```bash + curl -sL https://raw.githubusercontent.com/rootiest/rootiest-nvim/main/install.sh | bash + ``` + +2. Install pre-requisites + +3. Enjoy! 🎉 + ## Options There are some hidden files in the configuration directory that can be