This repository was archived by the owner on Dec 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
120 lines (117 loc) · 1.88 KB
/
Brewfile
File metadata and controls
120 lines (117 loc) · 1.88 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
# ytop
tap "cjbassi/ytop"
# age
tap "filippo.io/age", "https://filippo.io/age"
# gh
tap "github/gh"
# golangci-lint
tap "golangci/tap"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-versions"
tap "homebrew/core"
# act, local GitHub actions
tap "nektos/tap"
brew "age"
brew "awscli"
brew "bat"
brew "black"
brew "brew-cask-completion"
brew "closure-compiler"
brew "coreutils"
brew "ctags"
brew "curl"
brew "dfu-programmer"
brew "dfu-util"
brew "dialog"
brew "diff-so-fancy"
brew "docker-compose"
brew "dust"
brew "fd"
brew "ffmpeg"
brew "ffsend"
brew "findutils"
brew "fzf"
brew "gcc"
brew "git-crypt"
brew "git"
brew "github/gh/gh"
brew "gnu-sed"
brew "gnupg"
brew "go"
brew "golangci-lint"
brew "grip"
brew "htop"
brew "httpie"
brew "httpstat"
brew "icdiff"
brew "imagemagick"
brew "jq"
brew "lsd"
brew "magic-wormhole"
brew "make"
brew "moreutils"
brew "nektos/tap/act"
brew "node"
brew "perl"
brew "python"
brew "ripgrep"
brew "rsync-time-backup"
brew "rust"
brew "shellcheck"
brew "speedtest-cli"
brew "sqlite"
brew "starship"
brew "tmux"
brew "tree"
brew "vim"
brew "watch"
brew "wget"
brew "ykman"
brew "ykpers"
brew "youtube-dl"
brew "ytop"
brew "zsh"
if OS.linux?
brew "strace"
end
if OS.mac?
brew "hopenpgp-tools"
brew "pinentry-mac"
end
cask "1password"
cask "adguard"
cask "alfred"
cask "android-platform-tools"
cask "appcleaner"
cask "bartender"
cask "battle-net"
cask "brave-browser-nightly"
cask "contexts"
cask "dash"
cask "discord"
cask "docker"
cask "fanny"
cask "firefox-developer-edition"
cask "font-jetbrains-mono"
cask "gpg-suite"
cask "iina"
cask "iterm2"
cask "local"
cask "mullvadvpn"
cask "notion"
cask "pock"
cask "postman"
cask "sequel-pro-nightly"
cask "signal"
cask "slack"
cask "spectacle"
cask "spotify"
cask "sqlpro-for-sqlite"
cask "the-unarchiver"
cask "transmission"
cask "tunnelblick"
cask "tweetbot"
cask "visual-studio-code"
cask "whatsapp"
cask "zoomus"