-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
57 lines (51 loc) · 1.61 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
# Taps
#tap 'homebrew/cask'
tap 'homebrew/cask-versions'
tap 'homebrew/bundle' # To be able to use run `brew bundle` to install all apps - https://medium.com/@satorusasozaki/automate-mac-os-x-configuration-by-using-brewfile-58a78ce5cc53
# Binaries
brew 'bash' # Latest Bash version
brew 'bat' # Improved cat command
brew 'gh' # GitHub CLI
brew 'jq' # JSON parser
brew 'git'
brew 'wget' # Download files from the web
brew 'mackup' # Backup and restore app settings on macOS
brew 'mas' # Mac App Store manager
brew 'tree' # Display directories as trees
brew 'ncdu' # Disk usage analyzer
brew 'xz' # General-purpose data compression with high compression ratio
brew 'commitizen' # Conventional commit helper
brew 'gh'
brew 'git'
brew 'terraform'
brew 'pyenv'
brew 'speedtest-cli'
brew 'tldr'
# Development
brew 'imagemagick' # Image processing library
brew 'openssl'
brew 'direnv' # Load/unload environment variables based on current directory
brew 'pyenv' # Python version manager
brew 'fing' #
brew 'graphiql'
brew 'sqlite'
brew 'readline'
# Apps
# Download Tinker tool to speed up animations and more - https://www.bresink.com/osx/TinkerTool.html
cask 'backblaze' # Backup files to the cloud
cask 'carbon-copy-cloner'
cask 'cleanmymac'
cask 'docker'
cask 'dropbox'
cask 'figma'
cask 'github'
cask 'google-chrome'
cask 'marked' # markdown previewer
cask 'omnifocus' # GTD task management and organization app
cask 'postbox' # email client
cask 'postman'
cask 'sizeup' # handy window mover
# Mac App Store
mas 'Amphetamine', id: 937984704 # Prevents Mac from sleeping and more
mas 'Xcode', id: 497799835
mas 'Bear Markdown Notes', id: 1091189122