Skip to content

Commit f6ce7a5

Browse files
shivamkjalokedesaielvis kahoro
authored
added new workflows for brew (#126)
* added new workflows for brew * brew bundle install command updated * optional param moved to description --------- Co-authored-by: Aloke Desai <aloke@warp.dev> Co-authored-by: elvis kahoro <elvis@warp.dev>
1 parent 122f4c1 commit f6ce7a5

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Store / Backup all installed dependencies into Brewfile
3+
command: brew bundle dump
4+
tags:
5+
- homebrew
6+
description: Write all installed casks/formulae/images/taps into a Brewfile in the current directory.
7+
source_url: "https://docs.brew.sh/Manpage"
8+
author: shivamkj
9+
author_url: "https://github.com/shivamkj"
10+
shells: []
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Install all dependencies from Brewfile
3+
command: brew bundle install
4+
tags:
5+
- homebrew
6+
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.
7+
source_url: "https://docs.brew.sh/Manpage"
8+
author: shivamkj
9+
author_url: "https://github.com/shivamkj"
10+
shells: []

0 commit comments

Comments
 (0)