Add stash after install

This commit is contained in:
Tobias Reisinger 2024-04-18 01:31:16 +02:00
parent b645f1982d
commit 879349b01a
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE

View file

@ -8,6 +8,8 @@ yadm config core.worktree "$HOME"
yadm config status.showUntrackedFiles no yadm config status.showUntrackedFiles no
yadm remote set-url --push origin "git@git.serguzim.me:serguzim/.dotfiles.git" yadm remote set-url --push origin "git@git.serguzim.me:serguzim/.dotfiles.git"
yadm status yadm status
echo "Stashing changes..."
yadm stash
mkdir -p "$HOME/.local/bin" mkdir -p "$HOME/.local/bin"
curl -Lo "$HOME/.local/bin/autoinstall" https://git.serguzim.me/serguzim/tools/releases/download/latest/autoinstall curl -Lo "$HOME/.local/bin/autoinstall" https://git.serguzim.me/serguzim/tools/releases/download/latest/autoinstall