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"