From 69a1da301ca5ef856481fe164b7bf44aee16f735 Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Fri, 21 Oct 2022 20:02:06 +0200 Subject: [PATCH] Fix typo --- awesome/user_configuration.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesome/user_configuration.json b/awesome/user_configuration.json index 5417198..0c44746 100644 --- a/awesome/user_configuration.json +++ b/awesome/user_configuration.json @@ -108,7 +108,7 @@ "sudo -u root sh -c 'mkdir $HOME/repos; cd $HOME/repos; git clone https://git.augustogunsch.com/augusto/dotfiles; cd dotfiles; ./install.sh'", "sed -i 's/export PROMPT=.*$/export PROMPT='\"'\"'%B%F{63}[%F{68}%n@%m %F{white}%~%F{63}]$%b%f '\"'\"'/' /root/.zshrc", "chsh -s /usr/bin/zsh root; chsh -s /usr/bin/zsh augusto", - "sudo -u augusto sh -c 'cd $HOME/.config/awesome; git clone https://github.com/stretturtle/awesome-wm-widgets'", + "sudo -u augusto sh -c 'cd $HOME/.config/awesome; git clone https://github.com/streetturtle/awesome-wm-widgets'", "systemctl enable lightdm", "sudo -u augusto sh -c 'mkdir $HOME/aur; cd $HOME/aur; git clone https://aur.archlinux.org/yay.git; cd yay; makepkg'", "sudo -u augusto sh -c 'cd $HOME/aur; git clone https://aur.archlinux.org/gtk-theme-material-black.git material-black-theme; cd material-black-theme; makepkg'",