cd $(ghq list -p | grep emacs) \
&& git checkout emacs-29 \
&& git pull \
&& make clean  \
&& ./autogen.sh \
&& ./configure --with-native-compilation --with-ns --without-x \
&& make -j10 \
&& make install \
&& open nextstep

Emacs.app の移動は Finder でやる

ln -sf /Applications/Emacs.app/Contents/MacOS/bin/* ~/bin