From cba5f63a4eebdd6baf28bc65bc6a5b55b48ceb64 Mon Sep 17 00:00:00 2001 From: rene Date: Sat, 14 Mar 2026 09:24:32 +0100 Subject: [PATCH] mac-sync Alias: git-sync-all.sh direkt vom Gitea-Server ausfuehren Co-Authored-By: Claude Opus 4.6 --- setup-desktop.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup-desktop.sh b/setup-desktop.sh index dc6eedb..876c149 100755 --- a/setup-desktop.sh +++ b/setup-desktop.sh @@ -193,6 +193,7 @@ alias gl='git log --oneline --graph --decorate' alias gitcheck="~/git-check-all.sh --short" alias gitupdate="~/git-update-all.sh" alias gitsync="~/git-sync-all.sh" +alias mac-sync="curl -fsSL https://git.motocamp.de/rene/dotfiles-rene/raw/branch/main/bin/git-sync-all.sh | bash" # 7) History HISTFILE="$HOME/.zsh_history"