From 96b2cd51e3c37562b5e69633c16ab4b288d7bf63 Mon Sep 17 00:00:00 2001 From: Cheick Diarra Date: Wed, 3 Jan 2024 21:01:31 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ca61ab4..426e09e 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,12 @@ Refer to the [documentation](https://lazyvim.github.io/installation) to get star ## 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 +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 - rigrep [instructions](https://github.com/BurntSushi/ripgrep#installation) prefer brew install process - fd [instructions](https://github.com/sharkdp/fd) prefer brew install process