# MacOS/OSX インストールメモ ## g++をclangで内容にする ```shell brew g++ > /opt/homebrew/bin/g++-11 などにインストールされる ln -fs /opt/homebrew/bin/gcc-11 /opt/homebrew/bin/gcc ln -fs /opt/homebrew/bin/g++-11 /opt/homebrew/bin/g++ ``` ## brewのインストール [ここから](https://brew.sh/index_ja) ## そのた ```shell pip3 install --user online-judge-tools brew install gnu-time # OJで必要 ``` TerminalでX11的なmouse overをする http://www.nikep.net/srdpty/index.php?/archives/70-UNIXMac-OS-X.html defaults write com.apple.Terminal FocusFollowsMouse -string YES