Skip to content

Commit 69685ee

Browse files
committed
feat: added some apps installation
1 parent ddf8c1f commit 69685ee

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

Brewfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ cask 'wireshark'
162162

163163
# Runtime
164164
cask 'adoptopenjdk'
165+
cask 'xquartz'
165166

166167
# Tasks & Memos
167168
cask 'notion'
@@ -270,6 +271,9 @@ brew 'nano'
270271
brew 'neovim'
271272
brew 'vim'
272273

274+
# Virtualizations
275+
brew 'multipass'
276+
273277
###########################################################################
274278
### Mas
275279

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ Unless otherwise specified, as a general rule, install via Homebrew or Cask.
136136
- [AdoptOpenJDK](https://adoptopenjdk.net/)
137137
- [Apple Rosetta 2](https://support.apple.com/HT211861)
138138
via Apple Software Update
139+
- [XQuartz](https://www.xquartz.org/)
139140

140141
#### Testing
141142

@@ -207,6 +208,7 @@ Unless otherwise specified, as a general rule, install via Homebrew or Cask.
207208
#### Virtualizations
208209

209210
- [act](https://github.com/nektos/act)
211+
- [multipass](https://multipass.run/)
210212
- [Parallels Virtualization SDK](https://www.parallels.com/products/desktop/download/)
211213
- [Vagrant](https://www.vagrantup.com/)
212214
- plugins (via Vagrant)

cspell.config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,5 @@ words:
7676
- vtxux
7777
- vtxvpid
7878
- wkhtmltopdf
79+
- xquartz
7980
- zprezto

min.Brewfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ cask 'vnc-viewer'
162162

163163
# Runtime
164164
cask 'adoptopenjdk'
165+
# cask 'xquartz'
165166

166167
# Tasks & Memos
167168
cask 'notion'
@@ -270,6 +271,9 @@ brew 'nano'
270271
brew 'neovim'
271272
brew 'vim'
272273

274+
# Virtualizations
275+
brew 'multipass'
276+
273277
###########################################################################
274278
### Mas
275279

0 commit comments

Comments
 (0)