hyprdots

my dotfiles
git clone https://git.awy.one/hyprdots.git
Log | Files | Refs | README | LICENSE

commit e372b9b144dcb0bcc2cced50dbe910e3bb894db3
parent 656559f017cd371bf9c288b12102fbe9ae6ece3e
Author: awy <awy@awy.one>
Date:   Thu,  3 Apr 2025 14:06:52 +0300

fix repo

Diffstat:
Mrice.sh | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rice.sh b/rice.sh @@ -144,8 +144,8 @@ cd /home/"$PERMUSER"/mutt-wizard make install cd /home/"$PERMUSER" -run_as_user git clone https://git.awy.one/automated-librewolf -cd automated-librewolf +run_as_user git clone https://git.awy.one/autowolf +cd autowolf run_as_user ./configure_librewolf.sh cd /home/"$PERMUSER" @@ -155,7 +155,7 @@ run_as_user meson build ninja -C build install cd /home/"$PERMUSER" -rm -rf automated-librewolf +rm -rf autowolf rm -rf mutt-wizard rm -rf wmenu