From 8eb19ecce1059d26a2b54745f32f010a9a4338e0 Mon Sep 17 00:00:00 2001 From: The_miro Date: Mon, 11 Nov 2024 11:19:45 +0100 Subject: [PATCH] consistent home dir handling --- hyprland-full-install-script.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hyprland-full-install-script.sh b/hyprland-full-install-script.sh index b21ee1e..6f0affa 100644 --- a/hyprland-full-install-script.sh +++ b/hyprland-full-install-script.sh @@ -85,8 +85,8 @@ cd ~/install-tmp cd ~ rm ~/.bashrc rm ~/.zshrc -ln -s ~/Dotfiles/.bashrc .bashrc -ln -s ~/Dotfiles/.zshrc .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