From 4f150a5711bdad2129d67087cc00c91f83e81c04 Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 21 Jan 2025 21:05:23 +0100 Subject: [PATCH] added skel --- hyprland-eww-wofi-installer.sh | 2 ++ 1 file changed, 2 insertions(+) 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