diff --git a/customization.md b/customization.md index 53263b6..c40c79d 100644 --- a/customization.md +++ b/customization.md @@ -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` diff --git a/dev.md b/dev.md index ea212ef..6eecedd 100644 --- a/dev.md +++ b/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 ```