-
Install Homebrew by running this in terminal.
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)
-
Optional: Install this tab to add cask fonts:
brew tap homebrew/cask-fonts
-
Optional: Run
brew install brew-cask-completion
for brew autocomplete -
Extract all installed casks from your old Mac:
brew cask list > brew_casks.txt
-
Run:
brew cask install $(cat brew_casks.txt)
-
Also
brew install $(cat brew.txt)
for GNU utils
Last active
November 20, 2018 15:37
-
-
Save lawkai/a95783f3c9b3fa951478edc04a38a3ab to your computer and use it in GitHub Desktop.
How to reinstall all casks from old Mac/installation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment