From 436a28f702e9ce8241c65405cf2925fee1ca035d Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Tue, 11 Feb 2025 18:04:53 +0100 Subject: [PATCH] More dependencies/good stuff --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dbee6aa..4cc8660 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,11 @@ ln -s ../.dot/dotfiles/.config/starship.toml To have the full experience, install all of these: ```bash -sudo apt install git curl vim-nox fzf ripgrep exuberant-ctags fish tmux htop +sudo apt install git curl vim-nox fzf ripgrep exuberant-ctags fish grc tmux htop +# needed for building vim plugins: +sudo apt install cmake build-essentials +# also, this classic: +sudo apt install mc ```