From 1e4ebaca63a347a565a8d486b123003807a9e381 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 --- 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"