absolute paths

This commit is contained in:
fenris 2021-12-09 22:35:42 +01:00
parent 8d82a0f39a
commit 4645abd790
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ echo -ne "
Installing Base System
-------------------------------------------------------------------------
"
sudo pacman -S --noconfirm --needed - < /pkg-files/pacman-pkgs.txt
sudo pacman -S --noconfirm --needed - < /root/$SCRIPTHOME/pkg-files/pacman-pkgs.txt
echo -ne "
-------------------------------------------------------------------------
Installing Microcode

View File

@ -27,7 +27,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 - < ~/$SCRIPTHOME/pkg-files/aur-pkgs.txt
export PATH=$PATH:~/.local/bin
cp -r $HOME/$SCRIPTHOME/dotfiles/* $HOME/.config/