From 19468bac4524c9d14effef8b86e0f14caa75b293 Mon Sep 17 00:00:00 2001 From: Harsh Virdi Date: Mon, 11 Aug 2025 06:01:10 +0530 Subject: [PATCH] Made it so that all of the configs overwrite when initialized. --- setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup b/setup index 687acdf..c022b02 100755 --- a/setup +++ b/setup @@ -214,7 +214,7 @@ sed -n '33,81p;82q' ~/arch_install3.sh | cut -c2- > ~/.bashrc #eval "$(starship init bash)" mkdir -p ~/.config/git -sed -n '89,93p;94q' ~/arch_install3.sh | cut -c2- >> ~/.config/git/config +sed -n '89,93p;94q' ~/arch_install3.sh | cut -c2- > ~/.config/git/config ####################### ########GIT############ @@ -226,7 +226,7 @@ sed -n '89,93p;94q' ~/arch_install3.sh | cut -c2- >> ~/.config/git/config # allow = always mkdir -p ~/.config/hypr -sed -n '103,104p;105q' ~/arch_install3.sh | cut -c2- >> ~/.config/hypr/hyprpaper.conf +sed -n '103,104p;105q' ~/arch_install3.sh | cut -c2- > ~/.config/hypr/hyprpaper.conf ####################### ###HYPRPAPER.CONF######