forked from denysdovhan/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
88 lines (78 loc) · 2.16 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
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
# Homebrew Bundle
# https://github.com/Homebrew/homebrew-bundle
# ------------------------------------------------------------------------------
# CLI Tools
# ------------------------------------------------------------------------------
brew "git"
brew "zsh"
brew "zsh-completions"
brew "node"
brew "coreutils"
brew "nvm"
brew "tree"
brew "lsd"
brew "fzf"
brew "wget"
brew "yarn"
brew "tldr"
brew "mas"
brew "gh"
brew "terminal-notifier"
brew "wifi-password"
brew "speedtest"
brew "bat"
brew "trash-it"
brew "youtube-dl"
brew "watchman" # Watching files for Jest
# ------------------------------------------------------------------------------
# Taps
# ------------------------------------------------------------------------------
tap "homebrew/cask-fonts"
# ------------------------------------------------------------------------------
# Cask
# ------------------------------------------------------------------------------
# Fonts
cask "font-fira-code"
cask "font-fira-code-nerd-font"
cask "font-hasklug-nerd-font"
# Utils
cask "ukrainian-typographic-keyboard"
cask "gpg-suite"
cask "openvpn-connect"
# Media
cask "transmission"
cask "handbrake"
cask "vlc"
cask "obs"
# Development
cask "fig"
cask "multipass"
cask "iterm2"
cask "visual-studio-code"
cask "github"
# Desktop applications
cask "telegram"
cask "google-chrome"
cask "firefox"
cask "brave-browser"
cask "slack"
cask "steam"
cask "spotify"
cask "notion"
cask "discord"
# Quick Look plugins
cask "qlcolorcode" # https://github.com/anthonygelibert/QLColorCode
cask "qlstephen" # https://github.com/whomwah/qlstephen
cask "quicklook-json" # https://github.com/sindresorhus/quick-look-plugins
cask "qlimagesize" # https://github.com/Nyx0uf/qlImageSize
cask "webpquicklook" # https://github.com/dchest/webp-quicklook
# ------------------------------------------------------------------------------
# App Store applications
# ------------------------------------------------------------------------------
mas "Home Assistant", id: 1099568401
mas "Bitwarden", id: 1352778147
mas "Spark", id: 1176895641
mas "Unsplash Wallpapers", id: 12848638472
mas "NordVPN", id: 905953485
mas "The Unarchiver", id: 425424353
mas "Pandan", id: 1569600264