We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e9fc9a commit 599f96eCopy full SHA for 599f96e
.config/brew/Brewfile
@@ -1,5 +1,6 @@
1
# Taps
2
tap "microsoft/git"
3
+tap "nikitabobko/tap"
4
5
# CLI Tools
6
brew "bat"
@@ -56,7 +57,7 @@ brew "zsh"
56
57
58
# Cask Applications (skipped in Codespaces)
59
unless ENV['CODESPACES']
- cask "aerospace" if OS.mac?
60
+ cask "nikitabobko/tap/aerospace" if OS.mac?
61
cask "figma"
62
cask "font-3270-nerd-font"
63
cask "font-jetbrains-mono-nerd-font"
0 commit comments