We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f4b4e commit e2199b4Copy full SHA for e2199b4
brew.txt
@@ -20,6 +20,7 @@ cask "obsidian"
20
cask "orbstack"
21
cask "raycast"
22
cask "sf-symbols"
23
+cask "thebrowsercompany-dia"
24
cask "visual-studio-code"
25
cask "wezterm"
26
cask "zed"
modules/darwin.nix
@@ -82,14 +82,16 @@
82
homebrew.casks = [
83
# Tiling window manager
84
"nikitabobko/tap/aerospace"
85
- # Browser of choice
+ # (ex) Browser of choice, RIP
86
"arc"
87
# Still the best AI(?)
88
"chatgpt"
89
# I want to try out the experience
90
"cursor"
91
# Translation
92
"deepl"
93
+ # Arc 2
94
+ "thebrowsercompany-dia"
95
# Access communities
96
"discord"
97
# Matrix client
0 commit comments