Skip to content

Migrate manually installed macOS apps to Homebrew's cask

Notifications You must be signed in to change notification settings

kethomassen/cask-migrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

cask-migrator

Simple shell script to help migrate manually installed mac applications to Homebrew's cask.

Why?

Once managing your applications via cask you can update them all with a single command. Additionally, you can then export your Brewfile and automate the installation of your GUI apps (i.e. in your dotfiles).

How to use

Simply run

./cask-migrator.sh

and it will try to find the cask version of your applications and install them.

Options

Options
  -f          Don't ask for confirmation for each application (Probably a bad idea).
  -r          Permanently remove old applications. By default just moves to trash
  -d [dir]    Search directory for .app files. Default: /Applications
  -id [dir]   Install directory for cask. Default: /Applications
  -h          Print this help message and exit.

About

Migrate manually installed macOS apps to Homebrew's cask

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages