Skip to content

Commit

Permalink
added new workflows for brew (#126)
Browse files Browse the repository at this point in the history
* added new workflows for brew

* brew bundle install command updated

* optional param moved to description

---------

Co-authored-by: Aloke Desai <[email protected]>
Co-authored-by: elvis kahoro <[email protected]>
  • Loading branch information
3 people authored Jun 1, 2023
1 parent 122f4c1 commit f6ce7a5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specs/brew/backup_installed_dependencies.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Store / Backup all installed dependencies into Brewfile
command: brew bundle dump
tags:
- homebrew
description: Write all installed casks/formulae/images/taps into a Brewfile in the current directory.
source_url: "https://docs.brew.sh/Manpage"
author: shivamkj
author_url: "https://github.com/shivamkj"
shells: []
10 changes: 10 additions & 0 deletions specs/brew/install_all_dependencies.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Install all dependencies from Brewfile
command: brew bundle install
tags:
- homebrew
description: Install and upgrade (by default) all dependencies from the Brewfile. Optionally you can pass [--file={{file_location}}], Otherwise homebrew finds Brewfile from the current location.
source_url: "https://docs.brew.sh/Manpage"
author: shivamkj
author_url: "https://github.com/shivamkj"
shells: []

0 comments on commit f6ce7a5

Please sign in to comment.