-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdot_Brewfile
36 lines (34 loc) · 1.07 KB
/
dot_Brewfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# vim set:ft=brewfile
tap "FelixKratz/formulae"
cask "font-hack-nerd-font" # font for sketchybar
cask "sf-symbols" # apple's own nerdfont icons
brew "lua" # required for sketchybar lua plugins
brew "borders" # macos focus border
brew "sketchybar"
brew "dark-mode"
brew "mas"
brew "node"
# MacOS installed through homebrew as needs to be in /usr/local/bin for some reason
# https://github.com/facebook/watchman/issues/923#issuecomment-1506301844
brew "watchman"
cask "eqmac"
cask "font-jetbrains-mono-nerd-font"
cask "ghostty"
cask "gitbutler"
cask "hot"
cask "keepingyouawake"
cask "keycastr"
cask "kitty"
cask "nikitabobko/tap/aerospace"
cask "raycast"
cask "rectangle"
cask "xbar"
# mas seems a little flakey and can sometime not realise it's installed an app
# This means every time the bundle is installed it'll try install the app,
# usually succeed but write `null` to the lockfile
mas "Hidden Bar", id: 1452453066
mas "MenuBar Stats", id: 714196447
mas "Microsoft Remote Desktop", id: 1295203466
mas "rcmd", id: 1596283165
mas "Tailscale", id: 1475387142
mas "Todoist", id: 585829637