dotfiles:Guillermotti的dotfile和macOS定制 源码
Guillermotti的macOS设置 包裹经理 将Homebrew安装到$HOME/.homebrew而不是/ usr / local: git clone https://github.com/Homebrew/brew.git $HOME/.homebrew 运行which brew以确认主目录中的一个被选中。 brew analytics off 通过Homebrew安装软件 系统上安装的所有软件都必须在.Brewfile列出。 这是~/.Brewfile ,并由brew bundle 。 要安装所有软件,请将其添加到.Brewfile并运行: brew bundle --global 在这种情况下,有些东西会花很长时间,确定哪些软件包并更新.Brewfile以使用args: ['force-bottle']安装它们args: ['force-bottle']或进行一次性
用户评论