Skip to content

Commit d826fa2

Browse files
committed
feat: added an app installation
1 parent e40b649 commit d826fa2

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

Brewfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,9 @@ brew 'nano'
270270
brew 'neovim'
271271
brew 'vim'
272272

273+
# Virtualizations
274+
brew 'multipass'
275+
273276
###########################################################################
274277
### Mas
275278

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ Unless otherwise specified, as a general rule, install via Homebrew or Cask.
207207
#### Virtualizations
208208

209209
- [act](https://github.com/nektos/act)
210+
- [multipass](https://multipass.run/)
210211
- [Parallels Virtualization SDK](https://www.parallels.com/products/desktop/download/)
211212
- [Vagrant](https://www.vagrantup.com/)
212213
- plugins (via Vagrant)

min.Brewfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,9 @@ brew 'nano'
270270
brew 'neovim'
271271
brew 'vim'
272272

273+
# Virtualizations
274+
brew 'multipass'
275+
273276
###########################################################################
274277
### Mas
275278

0 commit comments

Comments
 (0)