-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
78 lines (67 loc) · 1.22 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
tap "buo/cask-upgrade"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/services"
# Package managers
brew "mas"
brew "zplug"
brew "fnm"
# Main things
cask "spotify"
cask "syncthing"
# Shell things
brew "zsh"
brew "fzf"
brew "lsd"
brew "ripgrep"
cask "font-hack-nerd-font"
brew "git"
brew "git-delta"
brew "git-lfs"
brew "git-standup"
brew "vim"
# Security things
cask "keepassxc"
brew "ykman"
brew "yubico-piv-tool"
mas "Yubico Authenticator", id: 1497506650
brew "gpg2"
brew "gnupg"
brew "pinentry-mac"
cask "gpg-suite-no-mail"
cask "protonvpn"
brew "nmap"
# Working with media
brew "ffmpeg"
brew "imagemagick"
cask "iina"
cask "imageoptim"
brew "libheif"
brew "youtube-dl"
# Working with Web
brew "jq"
brew "mkcert"
cask "iterm2"
cask "firefox"
cask "google-chrome"
cask "google-chrome-canary"
cask "google-drive"
cask "figma"
cask "postman"
cask "visual-studio-code"
# Databases for personal things
cask "notion"
cask "obsidian"
# MacOS enhancements
cask "qlimagesize"
cask "mdimagesizemdimporter"
mas "Magnet", id: 441258766
# MacOS maintenance of cleanliness
cask "appcleaner"
cask "omnidisksweeper"
# Social networking
cask "discord"
cask "telegram"