From 60f5584df4e49e1e7d93a2b786ea9ca3a93142de Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Fri, 21 Oct 2022 17:52:18 +0200 Subject: [PATCH] Rename repositories --- 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 6587dac..cd9e373 100644 --- a/awesome/user_configuration.json +++ b/awesome/user_configuration.json @@ -109,7 +109,7 @@ "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 '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; cd gtk-theme-material-black; 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'", "sudo -u augusto sh -c 'cd $HOME/aur; git clone https://aur.archlinux.org/arc-icon-theme.git; cd arc-icon-theme; makepkg'", "pacman -U --noconfirm /home/augusto/aur/**/*.pkg.tar.zst; rm -rf /home/augusto/aur", "sudo -u augusto sh -c 'cd $HOME/.config/awesome; git clone https://github.com/stretturtle/awesome-wm-widgets'",