Skip to content

Commit

Permalink
adding a function to save my list of casks
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarlsen committed Mar 30, 2015
1 parent e8a885a commit 912778b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/brew-save-list
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
brew cask list | sed 's/^/cask install /' > "${HOME}/.dotfiles/homebrew/Brewfile"

0 comments on commit 912778b

Please sign in to comment.