fix to where it con not fetch the pkg files
This commit is contained in:
parent
321edc569e
commit
f497073fc6
|
@ -22,7 +22,7 @@ git clone "https://github.com/ChrisTitusTech/zsh"
|
||||||
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $HOME/powerlevel10k
|
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $HOME/powerlevel10k
|
||||||
ln -s "$HOME/zsh/.zshrc" $HOME/.zshrc
|
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
|
export PATH=$PATH:~/.local/bin
|
||||||
cp -r $HOME/$SCRIPTHOME/dotfiles/* $HOME/.config/
|
cp -r $HOME/$SCRIPTHOME/dotfiles/* $HOME/.config/
|
||||||
|
|
Loading…
Reference in New Issue