some pkg upd
This commit is contained in:
parent
b029447e51
commit
ffba29f1b6
2 changed files with 7 additions and 1 deletions
|
@ -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
6
dev.md
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue