diff --git a/hyprland-eww-wofi-installer.sh b/hyprland-eww-wofi-installer.sh index e80c54c..6995890 100644 --- a/hyprland-eww-wofi-installer.sh +++ b/hyprland-eww-wofi-installer.sh @@ -91,6 +91,8 @@ echo "Installing oh my zsh plugins" git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions +sudo cp -r .config /etc/skel/ + #zsh setup echo "Setting up zsh" chsh -s /usr/bin/zsh