Add stash after install
This commit is contained in:
parent
b645f1982d
commit
879349b01a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue