Skip to content

Add https://mob.sh remote handover tool to common git config #332

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions scripts/common/finished.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ echo "sudo scutil --set HostName newname"
echo
echo "For pair programming, git-duet is installed. https://github.com/git-duet/git-duet"
echo "To configure your pairs, edit ~/.git-authors"
echo "For remote pairing, mob.sh is installed. https://mob.sh/"
echo "View its website to learn more about how to use it for remote pairing/mobbing."

echo
echo "After checking the above output for any problems, start a new iTerm session to make use of all the installed tools."
Expand Down
3 changes: 3 additions & 0 deletions scripts/common/git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ echo "export GIT_DUET_SET_GIT_USER_CONFIG=1" >> ~/.zshenv # use regular git com
echo "Putting a sample authors file in ~/.git-authors if it isn't already there"
cp -n files/.git-authors ~/.git-authors || true

echo "Installing pair/mob programming remote handover tools"
brew install remotemobprogramming/brew/mob

echo "Installing git UI tools"
set +e # Optional; don't exit if they fail
brew install --cask rowanj-gitx
Expand Down