mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
5 lines
199 B
Fish
5 lines
199 B
Fish
function homebrewBackup --description "Create a snapshot of all currently installed Homebrew, Cask, Mac App Store, and WhaleBrew installations"
|
|
cd ~/.dotfiles/
|
|
brew bundle dump --describe -f
|
|
end
|