forked from holman/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Brewfile
60 lines (55 loc) · 1.31 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
# Brewfile
# Install command-line tools using Homebrew.
# Tap sources
# ================
tap "github/gh"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/core"
# install brew formulae
brew "svn"
brew "ack"
brew "mas"
brew "cocoapods"
brew "gh"
brew "fzf"
brew "git-flow"
brew "bat"
brew "jq"
brew "git"
brew "watchman"
brew "wget"
brew "yarn"
brew "zlib"
brew "zsh"
brew "zsh-autosuggestions"
brew "zsh-completions"
brew "zsh-syntax-highlighting"
# Install formulae
# ================
# install cask formulae:
# install custom powerline fonts for dev and terminal
cask "font-menlo-for-powerline"
cask "font-fira-mono-for-powerline"
cask "font-source-code-pro-for-powerline"
cask "font-powerline-symbols"
cask "font-fira-code"
cask "font-awesome-terminal-fonts"
cask "1password"
cask "iterm2"
cask "google-chrome"
cask "visual-studio-code"
cask "slack"
cask "discord"
cask "docker"
cask "notion"
cask "spectacle" # App to easily resize and organize windows
cask "alfred" # Best productivity tool ever?
cask "charles" # Proxy app, very useful for debugging in prod
cask "firefox"
cask "postman"
cask "spotify"
cask "figma" # Great app for designing stuff
cask "mounty" # App to mount NTFS with write mode