Skip to content

Commit 599f96e

Browse files
committed
brew: fix install
1 parent 6e9fc9a commit 599f96e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.config/brew/Brewfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Taps
22
tap "microsoft/git"
3+
tap "nikitabobko/tap"
34

45
# CLI Tools
56
brew "bat"
@@ -56,7 +57,7 @@ brew "zsh"
5657

5758
# Cask Applications (skipped in Codespaces)
5859
unless ENV['CODESPACES']
59-
cask "aerospace" if OS.mac?
60+
cask "nikitabobko/tap/aerospace" if OS.mac?
6061
cask "figma"
6162
cask "font-3270-nerd-font"
6263
cask "font-jetbrains-mono-nerd-font"

0 commit comments

Comments
 (0)