some pkg upd

This commit is contained in:
Francois B (Makoto) 2019-10-06 03:58:51 +02:00
parent b029447e51
commit ffba29f1b6
2 changed files with 7 additions and 1 deletions

View file

@ -5,7 +5,7 @@
Pour donner un look un peu plus sympa à `GRUB`, on install le thème depuis AUR
```shell
trizen -S grub-themes-vimix
trizen -S grub2-theme-vimix-git
```
Et on le configure via l'application `grub-customizer`

6
dev.md
View file

@ -26,6 +26,12 @@ wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh |
#### Yarn
```shell
trizen -S yarn
```
Ou bien
```shell
sudo npm i -g yarn
```