-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBrewfile
79 lines (72 loc) · 1.71 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
################################################################################
# REQUIRED
################################################################################
# Homebrew tabs
tap "homebrew/bundle"
tap "homebrew/services"
tap "homebrew/cask-fonts"
# Additional tools for brew-bundle
brew "mas" # https://github.com/mas-cli/mas
brew "whalebrew" # https://github.com/whalebrew/whalebrew
################################################################################
# TOOLS
################################################################################
# asdf with it's requirements
brew "asdf"
brew "coreutils"
brew "gnupg"
brew "gpg"
brew "awscli"
brew "fzf"
brew "gh"
brew "git"
# brew "git-bug"
brew "heroku/brew/heroku"
brew "htop"
# brew "jq"
brew "lazygit"
brew "neovim"
brew "redis"
brew "ripgrep"
brew "powerlevel10k"
brew "tree"
brew "zplug"
brew "zsh"
brew "zsh-autosuggestions"
brew "zsh-completions"
brew "zsh-syntax-highlighting"
# brew "pgcli"
# brew "pgweb"
# brew "memcached"
brew "overmind"
cask "font-meslo-lg-nerd-font"
cask "1password"
cask "alfred"
cask "raycast"
# cask "apparition47/tap/mailtrackerblocker"
cask "appcleaner"
cask "chromedriver"
cask "contexts"
# cask "detectx-swift"
cask "docker"
cask "github"
cask "hammerspoon"
cask "iterm2"
# cask "karabiner-elements"
# cask "keycastr"
cask "krisp"
# cask "notion"
# cask "postman"
cask "telegram"
cask "tuple"
cask "visual-studio-code"
cask "vlc"
# cask "webtorrent"
# mas "Poolside FM", id: 1514817810
mas "Refined GitHub", id: 1519867270
mas "Slack", id: 803453959
mas "Velja", id: 1607635845
# mas "Userscripts", id: 1463298887
# mas "LanguageTool - Grammar Checker", id: 1534275760
mas "ShellHistory", id: 1564015476
mas "UTC Time", id: 1538245904