From 54d27ea50c0eba3826bf875ca6b86730774b3e07 Mon Sep 17 00:00:00 2001 From: The_miro Date: Sun, 26 Jan 2025 21:42:39 +0100 Subject: [PATCH] fixed installer --- hyprland-eww-wofi-installer.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hyprland-eww-wofi-installer.sh b/hyprland-eww-wofi-installer.sh index 6995890..7beb4b9 100644 --- a/hyprland-eww-wofi-installer.sh +++ b/hyprland-eww-wofi-installer.sh @@ -34,11 +34,11 @@ sudo cp ./eww /usr/bin #desktop env dotfiles echo "Installing Desktop enviroment configs" -ln -s ~/Dotfiles/desktopenvs/hyprland/eww/ ~/.config/eww -ln -s ~/Dotfiles/desktopenvs/hyprland/kitty/ ~/.config/kitty -ln -s ~/Dotfiles/desktopenvs/hyprland/hypr/ ~/.config/hypr -ln -s ~/Dotfiles/desktopenvs/hyprland/wofi/ ~/.config/wofi -ln -s ~/Dotfiles/desktopenvs/hyprland/dunst/ ~/.config/dunst +ln -s ~/Dotfiles/desktopenvs/hyprland/eww/ ~/.config/ +ln -s ~/Dotfiles/desktopenvs/hyprland/kitty/ ~/.config/ +ln -s ~/Dotfiles/desktopenvs/hyprland/hypr/ ~/.config/ +ln -s ~/Dotfiles/desktopenvs/hyprland/wofi/ ~/.config/ +ln -s ~/Dotfiles/desktopenvs/hyprland/dunst/ ~/.config/ cp ~/Dotfiles/desktopenvs/hyprland/hypr-usr/* ~/.config