forked from marcoadkins/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
81 lines (68 loc) · 3.46 KB
/
Brewfile
File metadata and controls
81 lines (68 loc) · 3.46 KB
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
# Command Docs: https://docs.brew.sh/Manpage#bundle-subcommand
# File Format Docs: https://thoughtbot.com/blog/brewfile-a-gemfile-but-for-homebrew
# Taps
tap 'romkatv/powerlevel10k'
#-------------------------------------------
# System Utilities
#-------------------------------------------
brew 'curl' # https://curl.se/
brew 'wget' # https://www.gnu.org/software/wget/
brew 'tree' # http://mama.indstate.edu/users/ice/tree/
brew 'tldr' # https://tldr.sh/
brew 'coreutils' # https://www.gnu.org/software/coreutils
brew 'shellcheck' # https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/shellcheck.rb
brew 'jq' # https://jqlang.github.io/jq/ - JSON processor
brew 'ripgrep' # https://github.com/BurntSushi/ripgrep - Fast recursive grep
brew 'fd' # https://github.com/sharkdp/fd - Friendly find replacement
#-------------------------------------------
# Terminal and IDE
#-------------------------------------------
cask 'iterm2' # https://iterm2.com/ - MacOs Terminal replacement
brew 'romkatv/powerlevel10k/powerlevel10k' # https://github.com/romkatv/powerlevel10k
brew 'zsh-syntax-highlighting'
#-------------------------------------------
# Git Version Control
#-------------------------------------------
brew 'git'
brew 'gh' # https://cli.github.com/manual/gh - Github CLI
brew 'git-delta' # https://github.com/dandavison/delta
#-------------------------------------------
# Browsers
#-------------------------------------------
cask 'google-chrome' # https://www.google.com/chrome/
#-------------------------------------------
# Password Manager
#-------------------------------------------
cask '1password'
cask '1password-cli'
#-------------------------------------------
# Communication
#-------------------------------------------
cask 'slack'
cask 'zoom' # https://www.zoom.us/
#-------------------------------------------
# Notes, Docs, Screen Capture
#-------------------------------------------
cask 'kap' # https://getkap.co/ - Open source screen recorder
cask 'obsidian' # https://obsidian.md/
#-------------------------------------------
# Music/Video
#-------------------------------------------
cask 'spotify'
#-------------------------------------------
# Productivity
#-------------------------------------------
cask 'rectangle' # https://rectangleapp.com/ - Window size and placement manager
#-------------------------------------------
# Dev Tools
#-------------------------------------------
cask 'docker' # https://www.docker.com/products/docker-desktop
cask 'postman' # https://www.postman.com/
# Languages live in per-project Docker containers, not on the host.
#-------------------------------------------
# QuickLook Extensions
#-------------------------------------------
cask 'qlmarkdown' # Markdown files
cask 'quicklook-json' # JSON files
cask 'quicklook-csv' # CSV files
cask 'WebPQuickLook' # WebP files