-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile.tmpl
55 lines (50 loc) · 1.11 KB
/
Brewfile.tmpl
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
# Taps
tap "homebrew/bundle"
tap "homebrew/services"
# CLI apps
brew "starship"
brew "direnv"
brew "gh"
brew "git-extras"
brew "git"
brew "mas"
brew "node"
brew "nvm"
brew "zsh-autocomplete"
brew "zsh-syntax-highlighting"
brew "zsh-autosuggestions"
brew "thefuck"
# Apps
cask "google-chrome"
cask "firefox"
cask "iterm2"
cask "visual-studio-code"
cask "docker"
# cask "mongodb-compass"
# cask "dbeaver-community"
cask "insomnia"
cask "vlc"
# clipboard manager
cask "maccy"
# windows-like alt-tab on mac
cask "alt-tab"
# stretch reminders, no_quarantine required for it to work
cask "stretchly", args: { no_quarantine: true }
# if using logitech bluetooth mouse, this fixes lag issues
cask "logi-options-plus"
# best remote desktop software
cask "parsec"
# backup remote desktop
cask "chrome-remote-desktop-host"
# cask "microsoft-teams"
# cask "microsoft-office"
# Fonts
cask "font-fira-code"
cask "font-hack-nerd-font"
cask "font-inconsolata-for-powerline"
cask "font-menlo-for-powerline"
# https://github.com/bramstein/homebrew-webfonttools
tap "bramstein/webfonttools"
brew "woff2"
# Mac store apps
mas "Xcode", id: 497799835