Skip to content

Instantly share code, notes, and snippets.

@lawkai
Last active November 20, 2018 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lawkai/a95783f3c9b3fa951478edc04a38a3ab to your computer and use it in GitHub Desktop.
Save lawkai/a95783f3c9b3fa951478edc04a38a3ab to your computer and use it in GitHub Desktop.
How to reinstall all casks from old Mac/installation
git
neovim
coreutils
findutils --with-default-names
gnu-indent --with-default-names
gnu-sed --with-default-names
gnutls
grep --with-default-names
gnu-tar --with-default-names
gnu-getopt --with-default-names
gawk
adobe-acrobat-reader
etcher
font-dejavu-sans
font-hack
font-inconsolata
font-menlo-for-powerline
font-meslo-for-powerline
font-source-code-pro
font-source-code-pro-for-powerline
goland
google-backup-and-sync
google-chrome
hyper
intellij-idea
java
minikube
pycharm
slack
spectacle
spotify
transmission-remote-gui
visual-studio-code
webstorm
  1. Install Homebrew by running this in terminal. /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)

  2. Optional: Install this tab to add cask fonts: brew tap homebrew/cask-fonts

  3. Optional: Run brew install brew-cask-completion for brew autocomplete

  4. Extract all installed casks from your old Mac: brew cask list > brew_casks.txt

  5. Run: brew cask install $(cat brew_casks.txt)

  6. Also brew install $(cat brew.txt) for GNU utils

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment