mac-sync Alias: git-sync-all.sh direkt vom Gitea-Server ausfuehren

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
rene 2026-03-14 09:24:32 +01:00
parent cea17088f8
commit cba5f63a4e

View file

@ -193,6 +193,7 @@ alias gl='git log --oneline --graph --decorate'
alias gitcheck="~/git-check-all.sh --short" alias gitcheck="~/git-check-all.sh --short"
alias gitupdate="~/git-update-all.sh" alias gitupdate="~/git-update-all.sh"
alias gitsync="~/git-sync-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 # 7) History
HISTFILE="$HOME/.zsh_history" HISTFILE="$HOME/.zsh_history"