From f497073fc6f7955e26d0b2c97bc8247b508440d9 Mon Sep 17 00:00:00 2001 From: Ahmed Al Balochi Date: Fri, 12 Nov 2021 21:22:50 +0500 Subject: [PATCH] fix to where it con not fetch the pkg files --- 2-user.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-user.sh b/2-user.sh index 7a32541..da3240f 100755 --- a/2-user.sh +++ b/2-user.sh @@ -22,7 +22,7 @@ git clone "https://github.com/ChrisTitusTech/zsh" git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $HOME/powerlevel10k ln -s "$HOME/zsh/.zshrc" $HOME/.zshrc -yay -S --noconfirm --needed - < /pkg-files/aur-pkgs.txt +yay -S --noconfirm --needed - < ${HOME}/ArchTitus/pkg-files/aur-pkgs.txt export PATH=$PATH:~/.local/bin cp -r $HOME/$SCRIPTHOME/dotfiles/* $HOME/.config/