homebrewで移行先macへ簡単にアプリを移動させる
macをCatalinaにクリーンインストールするときなどに使うと便利です。
// 移行元でBrewfileを作っておく。githubなどにあげておく
brew bundle dump
// 移行先macでの作業。ここから以降は移行先macでの作業
// fileを作って書き込む
touch Brewfile
vim Brewfile
Brewfileにコピペする
Brewfile例
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
brew "git"
cask "cmd-eikana"
cask "deepl"
cask "docker"
cask "libreoffice"
cask "mapture"
cask "rubymine"
cask "sublime-text"
// homebrew install
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
// インストール
brew bundle
Author And Source
この問題について(homebrewで移行先macへ簡単にアプリを移動させる), 我々は、より多くの情報をここで見つけました https://qiita.com/yoshinyan/items/4ca25f14e10884e0b019著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .