Installation instructions

This commit is contained in:
Price Hiller 2021-12-25 01:41:57 -06:00
parent a7540661a2
commit bb45fb14bc

View File

@ -13,3 +13,12 @@ manually install the following packages:
- [fzf](https://github.com/junegunn/fzf)
- [ripgrep](https://github.com/BurntSushi/ripgrep)
# Installation
- Curl
```bash
bash -c $(curl https://gitlab.orion-technologies.io/backups/neovim-backup/-/raw/Development/install.bash)
```
- Wget
```bash
bash -c $(wget https://gitlab.orion-technologies.io/backups/neovim-backup/-/raw/Development/install.bash)
```