From 879349b01a11eed1d9f58e2fe5c19e2dd1388a08 Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Thu, 18 Apr 2024 01:31:16 +0200 Subject: [PATCH] Add stash after install --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 1b38202..267f8f3 100755 --- a/install.sh +++ b/install.sh @@ -8,6 +8,8 @@ yadm config core.worktree "$HOME" yadm config status.showUntrackedFiles no yadm remote set-url --push origin "git@git.serguzim.me:serguzim/.dotfiles.git" yadm status +echo "Stashing changes..." +yadm stash mkdir -p "$HOME/.local/bin" curl -Lo "$HOME/.local/bin/autoinstall" https://git.serguzim.me/serguzim/tools/releases/download/latest/autoinstall