From 1977669a7d97c30004d95dc73a8f6a3bac17ccbf Mon Sep 17 00:00:00 2001 From: The_miro Date: Thu, 20 Mar 2025 09:04:22 +0100 Subject: [PATCH] did some stuff with the installer --- hyprland-eww-wofi-installer.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/hyprland-eww-wofi-installer.sh b/hyprland-eww-wofi-installer.sh index b83fe9e..cc03381 100644 --- a/hyprland-eww-wofi-installer.sh +++ b/hyprland-eww-wofi-installer.sh @@ -78,10 +78,11 @@ rm ~/.zshrc ln -s ~/Dotfiles/.bashrc ~/.bashrc ln -s ~/Dotfiles/.zshrc ~/.zshrc -ln -s ~/Dotfiles/starship.toml ~/.config/starship.toml -ln -s ~/Dotfiles/micro/ ~/.config/micro -ln -s ~/Dotfiles/yazi/ ~/.config/yazi -ln -s ~/Dotfiles/spotify-tui/config.yml ~/.config/spotify-tui/config.yml +ln -s ~/Dotfiles/starship.toml ~/.config/ +ln -s ~/Dotfiles/micro/ ~/.config/ +ln -s ~/Dotfiles/nvim/ ~/.config/ +ln -s ~/Dotfiles/yazi/ ~/.config/ +ln -s ~/Dotfiles/spotify-tui/config.yml ~/.config/spotify-tui/ #starship setup echo "Installing Starship"