diff --git a/chrootInstall.sh b/chrootInstall.sh index 6ae4cb2..7c405f0 100755 --- a/chrootInstall.sh +++ b/chrootInstall.sh @@ -76,10 +76,11 @@ if [ "$gpu" == 'NVIDIA' ]; then fi # shell configuration +mkdir /home/"$username"/.local/share/zsh curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/shell-profile -o /home/"$username"/.profile curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/bashrc -o /home/"$username"/.bashrc curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/zshrc -o /home/"$username"/.zshrc -chown "$username":users /home/"$username"/{.profile,.bashrc,.zshrc} +chown "$username":users /home/"$username"/{.profile,.bashrc,.zshrc} /home/"$username"/.local/share/zsh chsh -s /bin/dash "$username" ln -sfT dash /usr/bin/sh pacman -Sy zsh zsh-autosuggestions zsh-syntax-highlighting openrc-zsh-completions --noconfirm