Made it so that all of the configs overwrite when initialized.

This commit is contained in:
2025-08-11 06:01:10 +05:30
parent 8b0ea76d37
commit 19468bac45

4
setup
View File

@@ -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######