added git options

This commit is contained in:
2026-01-23 14:52:24 +01:00
parent ef80e348d2
commit 2fb3c48a3f

View File

@@ -22,6 +22,9 @@ while true; do
kill -0 "$$" || exit
done 2>/dev/null &
## Updating Reops
sudo pacman -Syy
###############
## Functions ##
###############
@@ -189,7 +192,12 @@ apply_profiles() {
done
install_packages "${packages_to_install[@]}"
stow "${stow_dirs[@]}" --adopt
git add .
git reset --hard HEAD
git submodule update --recursive --init
mkdir -p "$HOME"/.config/environment.d
echo "$(
IFS=$'\n'