diff --git a/05-config-usrland.sh b/05-config-usrland.sh index dee4454..8cb4d4b 100755 --- a/05-config-usrland.sh +++ b/05-config-usrland.sh @@ -12,7 +12,6 @@ cp ./data/etc/profile.d/* /etc/profile.d/ # Copy Zsh-Files mkdir -p $HOME/oh-my-zsh/themes cp ./data/home/zshrc $HOME/zshrc -cp -r ./data/home/oh-my-zsh/themes/* $HOME/oh-my-zsh/themes grep -q '^source /etc/profile' /etc/zsh/zprofile || echo 'source /etc/profile' >> /etc/zsh/zprofile