From 590a48c82d3e29e722c8bcc9aab741a735515758 Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Mon, 13 May 2024 13:50:23 +0200 Subject: [PATCH] Move stuff into yadm bootstrap --- install.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/install.sh b/install.sh index 267f8f3..829b934 100755 --- a/install.sh +++ b/install.sh @@ -6,11 +6,9 @@ alias yadm='git --git-dir="$HOME/.local/share/yadm/repo.git"' yadm config core.bare false 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..." +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 -chmod +x "$HOME/.local/bin/autoinstall" +echo "Running bootstrap script" +"$HOME/.config/yadm/bootstrap"