revamped & rework for the informations section

This commit is contained in:
aminnairi
2024-01-02 23:00:12 +01:00
parent 615541ef61
commit ed6a6d7756
+12 -3
View File
@@ -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).