From ed6a6d77569dfd0e7d4a503b4d9809cef8a79f7c Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Tue, 2 Jan 2024 23:00:12 +0100 Subject: [PATCH] revamped & rework for the informations section --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3295e06..01ebbac 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,16 @@ cd ~/Documents/git/github.com/aminnairi/laptop bash main.sh ``` -## Tips +## Informations -- Start Neovim (`nvim`) at least once per user (`root` included) in order to install the necessary plugins -- Start Tmux at least once in order to install the necessary plugins +### Neovim + +Neovim's plugins gets installed only when run. Try running `nvim` at least once per user `root` and the choosen unprivileged user. + +### Tmux + +Tmux's plugins get installed once it is run without argument. A Fish function gets triggered whenever `tmux` is run. If it has no argument, then plugins gets checked and installed. If it has arguments, plugins do not get installed nor checked. Please run at least once `tmux` in order to install the necessary plugins before using it. + +## License + +See [`LICENSE`](./LICENSE).