From de02badce474257a4cd8ff300cbc3be9939887ce Mon Sep 17 00:00:00 2001 From: Cheick Diarra Date: Wed, 3 Jan 2024 23:03:11 +0100 Subject: [PATCH] Update README.md --- README.md | 41 +++++++++++++++++------------------------ 1 file changed, 17 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index c801979..af18db0 100644 --- a/README.md +++ b/README.md @@ -9,43 +9,36 @@ 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 ```console +# Nerd fonts brew tap homebrew/cask-fonts -``` -```console brew install font-jetbrains-mono-nerd-font -``` -- Lazy git [instructions](https://github.com/jesseduffield/lazygit) prefer brew install process -```console + +# Lazy git brew install jesseduffield/lazygit/lazygit -``` -- rigrep [instructions](https://github.com/BurntSushi/ripgrep#installation) prefer brew install process -```console + +# RiGrep brew install rigrep -``` -- fd [instructions](https://github.com/sharkdp/fd) prefer brew install process -```console + +# fd brew install fd ``` ## Step 3: Install Lazyvim -- Backup files +- Pull the config ```console -# required +# Backup mv ~/.config/nvim{,.bak} - -# optional but recommended mv ~/.local/share/nvim{,.bak} mv ~/.local/state/nvim{,.bak} mv ~/.cache/nvim{,.bak} -``` -- Pull the config -```console + +# Pull git clone https://github.com/Diachk/lazy-nvim-config.git ~/.config/nvim -```` -- Start NeoVim -```console + +# Go neovim -``` +```` + +## Example configs +- https://github.com/rtgiskard/lazyNvim