📦 Add install script option
- 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
This commit is contained in:
@@ -34,6 +34,9 @@ The rootiest neovim configuration you will ever see!
|
|||||||
|
|
||||||
## Installation
|
## 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+)
|
1. Install [NeoVim](https://github.com/neovim/neovim/blob/master/INSTALL.md) (0.9+)
|
||||||
2. Install Pre-requisites
|
2. Install Pre-requisites
|
||||||
|
|
||||||
@@ -78,6 +81,22 @@ The rootiest neovim configuration you will ever see!
|
|||||||
|
|
||||||
5. Enjoy! 🎉
|
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
|
## Options
|
||||||
|
|
||||||
There are some hidden files in the configuration directory that can be
|
There are some hidden files in the configuration directory that can be
|
||||||
|
|||||||
Reference in New Issue
Block a user