Create install guidelines

This commit is contained in:
Cheick Diarra 2024-01-02 08:21:08 +01:00 committed by GitHub
parent 189434d79b
commit 7647b53c37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
lua/INSTALL.md Normal file
View file

@ -0,0 +1,14 @@
# Neovim personal development environement
## Step 1: Install Neovim
- brew install neovim
## Step 2: Install pre-requisites
- Nerd fonts [instructions](https://github.com/ryanoasis/nerd-fonts#option-4-homebrew-fonts) prefer brew install process
- You migth also want configure your terminal to use the font you've just downloaded
- Lazy git [instructions](https://github.com/jesseduffield/lazygit) prefer brew install process
- rigrep [instructions](https://github.com/BurntSushi/ripgrep#installation) prefer brew install process
- fd [instructions](https://github.com/sharkdp/fd) prefer brew install process
## Step 2: Install Lazyvim
- Follow the instuction to install the plugin [LazyVim install](https://www.lazyvim.org/installation)