Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/BrewUpPublic template

BrewUp - macOS Auto Update Homebrew

License

NotificationsYou must be signed in to change notification settings

fire1ce/BrewUp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://3os.orgGitHub forksContribution is WelcomeMIT license

Description

Brewup script is a Bash script that usesHomebrew - The Missing Package Manager for macOS as it's base.Brewup uses GitHub as a "backup" of a config file which contains all installed Taps, Formulas, Casks and App Store Apps at your macOS. It also allows the use ofGithub main function of retaining changes so you can always look up for the package that were installed sometime ago and you just forgot what is was exactly.

Visit as at3os.org for more guides and tips for macOS

What Brewup Actually Does

It just runs fewBrew functionality automatically:

  • brew doctor
  • brew missing
  • brew upgrade
  • brew cask upgrade
  • brew cleanup
  • App Store Updates
  • Creating UpdatedBrewfile
  • Pushing changes to Git

Requirements

Installing

Use this repository as template, it will create aFork for you and you can start using it.

git clone<paste the your repo url here>
sudo ln -s${PWD}/BrewUp/brewup.sh /usr/local/bin/brewup

Note: if/usr/local/bin/ is missing create it with

sudo mkdir /usr/local/bin/

Usage

just run from terminal:

brewup

Install all apps from BrewFile:

cd to local location you cloned your repository and run:

brew bundle install --file=<BrewFile Name>

License

MIT License

Copyright (c) Stas Kosatuhin @2019

Permission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), todeal in the Software without restriction, including without limitation therights to use, copy, modify, merge, publish, distribute, sublicense, and/orsell copies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included inall copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISINGFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGSIN THE SOFTWARE.


[8]ページ先頭

©2009-2025 Movatter.jp