Skip to content
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