From 4c6a502f8c0ec3a1ab576acd2deeac1f95d23a14 Mon Sep 17 00:00:00 2001 From: Diachk Date: Thu, 4 Jan 2024 06:35:10 +0100 Subject: [PATCH] Remove old install markdown --- lua/INSTALL.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 lua/INSTALL.md diff --git a/lua/INSTALL.md b/lua/INSTALL.md deleted file mode 100644 index a1e33af..0000000 --- a/lua/INSTALL.md +++ /dev/null @@ -1,14 +0,0 @@ -# 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)