forked from driesvints/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
115 lines (108 loc) · 2.28 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
# Taps
tap 'axllent/apps'
tap 'homebrew/cask'
tap 'homebrew/cask-fonts'
tap 'homebrew/cask-versions'
tap 'homebrew/bundle'
# Binaries
brew 'awscli'
brew 'bash' # Latest Bash version
brew 'bat' # better cat
brew 'coreutils' # Those that come with macOS are outdated
brew 'eza' # Better ls
brew 'fd'
brew 'ffmpeg'
brew 'fzf'
brew 'gh'
brew 'git'
brew 'git-delta'
brew 'grep'
brew 'httpie'
brew 'jq' # Used for spatie/visit
brew 'kubectx' # Switch k8s context and namespace
brew 'k9s' # Easy k8s
brew 'jesseduffield/lazygit/lazygit'
brew 'mackup'
brew 'mas' # Mac App Store manager
brew 'neovim'
brew 'pkg-config' # https://github.com/driesvints/dotfiles/issues/20
brew 'rg'
brew 'sesh' # session manager for tmux
brew 'stern'
brew 'svn' # Needed to install fonts
brew 'thefuck'
brew 'tlrc' # tldr (better man)
brew 'tmux'
brew 'wget'
# brew 'zellij' # terminal multiplixer (better tmux)
brew 'zoxide' # Better cd
brew 'zsh-autosuggestions'
brwe 'zsh-syntax-highlighting'
# Spatie Medialibrary
brew 'jpegoptim'
brew 'optipng'
brew 'pngquant'
brew 'svgo'
brew 'gifsicle'
# Development
brew 'imagemagick'
brew 'mailpit'
brew 'mice'
brew 'watchman'
brew 'gitmoji'
brew 'python-setuptools'
brew 'zulu' # java development kit for running android apps
# Apps
cask 'alacritty'
cask 'android-studio'
cask 'arc'
cask 'browserosaurus'
cask 'caffeine'
cask 'calibre'
cask 'codewhisperer'
cask 'discord'
cask 'orbstack'
cask 'figma'
cask 'flipper'
cask 'flycut'
cask 'herd'
cask 'imageoptim'
cask 'iterm2'
cask 'jetbrains-toolbox'
cask 'karabiner-elements'
cask 'kitty'
cask 'mouse-fix'
cask 'ngrok'
cask 'notion'
cask 'postman'
cask 'raycast'
cask 'slack'
cask 'sourcetree'
cask 'tableplus'
cask 'telegram'
cask 'the-unarchiver'
cask 'visual-studio-code'
cask 'vlc'
cask 'wezterm'
cask 'whatsapp'
cask 'zoom'
# Quicklook
cask 'quicklook-json'
# Fonts
cask 'font-fira-code'
cask 'font-jetbrains-mono-nerd-font'
cask 'font-lato'
cask 'font-meslo-lg-nerd-font'
cask 'font-open-sans'
cask 'font-roboto'
cask 'font-source-code-pro-for-powerline'
cask 'font-source-code-pro'
cask 'font-source-sans-pro'
cask 'font-source-serif-pro'
# Mac App Store
mas 'Giphy Capture', id: 668208984
mas 'Keynote', id: 409183694
mas 'Numbers', id: 409203825
mas 'SHAREit', id: 1040029915
mas 'Toggl Track: Hours & Time Log', id: 1291898086
mas 'Xcode', id: 497799835