added git options
This commit is contained in:
8
dort.sh
8
dort.sh
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user