diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap old mode 100644 new mode 100755 diff --git a/packages b/packages index cb5ba5e..bd95ced 100644 --- a/packages +++ b/packages @@ -25,7 +25,7 @@ noto-fonts-emoji noto-fonts-extra texlive-latexextra texlive-fontsextra -ttf-noto-nerd +nerd-fonts wget htop btop @@ -35,4 +35,3 @@ iwd wireless_tools wpa_supplicant smartmontools - diff --git a/rebuild b/rebuild index 8bfa0d3..40a06bc 100755 --- a/rebuild +++ b/rebuild @@ -1,2 +1,2 @@ #!/bin/sh -paru -S --needed - < ~/packages +paru -S --needed --noconfirm - < ~/packages