1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 21:45:10 +01:00

More dependencies/good stuff

This commit is contained in:
2025-02-11 18:04:53 +01:00
parent 739ab149c5
commit 436a28f702

View File

@@ -44,7 +44,11 @@ ln -s ../.dot/dotfiles/.config/starship.toml
To have the full experience, install all of these: To have the full experience, install all of these:
```bash ```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
``` ```