-
Notifications
You must be signed in to change notification settings - Fork 1
/
Brewfile
62 lines (54 loc) · 1.04 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
tap "caskroom/cask"
tap "caskroom/fonts"
tap "dflemstr/tools"
# well... it's Git
brew "git"
# node version manager
brew "n"
# people ask you for the Wi-Fi password. Answer quickly.
brew "wifi-password"
brew "dbngin"
brew "wget"
brew "autojump"
brew "exa"
brew "bat"
brew "m-cli"
brew "fd"
brew "fzf"
brew "aria2"
brew "m-cli"
brew "mkcert"
brew "tldr"
brew "transcrypt"
brew "jq"
brew "yq"
brew "httpie"
cask "rq"
cask "docker"
cask "iina"
# sloth is a native Mac app that shows all open files and sockets in use by all running processes on your system
cask "sloth"
cask "typeit4me"
cask "google-chrome"
cask "chromedriver"
cask "1password"
cask "alfred"
cask "contexts"
cask "bartender"
cask "imageoptim"
cask "intellij-idea-ce"
cask "paste"
cask "spectacle"
cask "telegram"
cask "visual-studio-code"
cask "grammarly"
cask "slack"
cask "stats"
cask "spotify"
cask "freedom"
mas "DigiDoc4 Client", id: 1370791134
mas "Xcode", id: 497799835
mas "Sip", id: 507257563
mas "Noizio", id: 928871589
mas "Amphetamine", id: 937984704
mas "Bear", id: 1091189122