概要
公式サイト
設定確認
brewの設定に問題がないかを以下のコマンドで確認可能
brew docter
更新
brew --version brew update
パッケージ
忘れている物あるだろうけど、とりあえずメモ
brew install autoconf brew install automake brew install cmake brew install coreutils brew install findutils brew install gawk brew install gnu-sed brew install libiconv brew install lz4 brew install lzo brew install pcre brew install pcre2 brew install peco brew install fzf brew install fd brew install bat brew install texinfo
brew install --cask basictex # 再読み込み sudo tlmgr update --self --all sudo tlmgr paper a4 sudo tlmgr install collection-langjapanese
パッケージ更新
brew upgrade
設定
リモートレポジトリ初期化
brew update-reset
利用方法