-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
132 lines (118 loc) · 5.42 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
# Homebrew Bundle
# https://github.com/Homebrew/homebrew-bundle
# ------------------------------------------------------------------------------
# CLI Tools
# ------------------------------------------------------------------------------
brew "git" # Distributed revision control system - https://git-scm.com
brew "git-lfs" # Git extension for versioning large files - https://git-lfs.github.com/
brew "autojump" # history based directory navigation - https://github.com/wting/autojump
brew "zsh" # Z-Shell : https://github.com/zsh-users/zsh
brew "coreutils" # GNU File, Shell, and Text utilities - https://www.gnu.org/software/coreutils
brew "lsd" # replacement for ls. https://github.com/lsd-rs/lsd
brew "gh" # github command line interface - https://github.com/cli/cli
brew "glow" # Render markdown on the CLI https://github.com/charmbracelet/glow
brew "htop" # cross-platform interactive process viewer https://github.com/htop-dev/htop/
brew "mcfly" # improve shell h istory search - https://github.com/cantino/mcfly
brew "mkcert" # local dev certificates - https://github.com/FiloSottile/mkcert
brew "nss" # Network Security Services - https://github.com/nss-dev/nss
brew "tree" # source tree printout - http://mama.indstate.edu/users/ice/tree/
brew "topgrade" # Upgrade all the things - https://github.com/topgrade-rs/topgrade
brew "terminal-notifier" # send notifications from the terminal - https://github.com/julienXX/terminal-notifier
brew "tlrc" # simpler, more approachable complement to traditional man pages - https://github.com/tldr-pages/tldr
brew "bat" # cat with syntax highlighting - https://github.com/sharkdp/bat
brew "youtube-dl" # commandline tool to download youtube and other media - https://github.com/ytdl-org/youtube-dl
brew "mas" # Mac App Store command-line interface - https://github.com/mas-cli/mas
brew "ffmpeg" # multimedia handling - https://github.com/FFmpeg/FFmpeg
brew "tesseract-lang" # languages for OCR - https://github.com/tesseract-ocr/tesseract
brew "qpdf" # content-preserving transformations on PDF files - https://github.com/qpdf/qpdf
brew "ocrmypdf" # OCR PDF Files (tesseract abstraction) - https://github.com/ocrmypdf/OCRmyPDF
brew "m-cli" # macOS command line tool - https://github.com/rgcr/m-cli
brew "ffmpeg" # Play, record, convert, and stream audio and video - https://ffmpeg.org/
brew "composer" # Dependency Manager for PHP - https://getcomposer.org/
brew "gifsicle" # GIF image/animation creator/editor - https://www.lcdf.org/gifsicle/
brew "fzf" # general-purpose command-line fuzzy finder - https://github.com/junegunn/fzf
brew "asdf" # universal package management - https://github.com/asdf-vm/asdf
brew "multitail" # follows files in style, it is tail on steroids. - https://github.com/folkertvanheusden/multitail/
brew "mcfly" # shell history search replacement - https://github.com/cantino/mcfly
brew "sheldon" # Fast, configurable, shell plugin manager - https://github.com/rossmacarthur/sheldon
# ------------------------------------------------------------------------------
# Taps
# ------------------------------------------------------------------------------
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
# ------------------------------------------------------------------------------
# Casks
# ------------------------------------------------------------------------------
# Desktop
cask "1password"
cask "alfred"
cask "fliqlo"
cask "keycastr"
cask "marked"
cask "obsidian"
cask "rocket"
cask "spotify"
cask "typeface"
cask "airfoil"
# Utils
cask "monitorcontrol"
cask "little-snitch"
cask "rectangle"
cask "contexts"
cask "micro-snitch"
cask "hazel"
cask "bluesnooze" # https://github.com/odlp/bluesnooze
cask "reflex" # https://stuntsoftware.com/reflex/
cask "bartender"
cask "maestral" # https://github.com/samschott/maestral
cask "hazel"
# Development
cask "visual-studio-code"
cask "transmit"
cask "tower"
cask "kaleidoscope2"
cask "docker"
cask "iterm2"
# Browser
cask "firefox"
cask "firefox@developer-edition"
cask "google-chrome"
cask "chromium"
# Quicklook Plugins
cask "qlstephen" # https://github.com/whomwah/qlstephen
cask "quicklook-json" # https://github.com/sindresorhus/quick-look-plugins
cask "qlimagesize" # https://github.com/Nyx0uf/qlImageSize
cask "webpquicklook" # https://github.com/dchest/webp-quicklook
cask "qlmarkdown" # https://github.com/sbarex/QLMarkdown
# Fonts
# cask "font-victor-mono" # Font management done w/ typeface app
# ------------------------------------------------------------------------------
# Mac Appstore Applications
# ------------------------------------------------------------------------------
mas "StopTheMadness", id: 1376402589
mas "Drafts", id: 1435957248
mas "Gifox 2: GIF Recorder & Editor", id: 1461845568
mas "Dato", id: 1470584107
mas "Instapaper Save", id: 1481302432
mas "Hand Mirror", id: 1502839586
mas "Pi-Hole Remote" , id: 1515445551
mas "Refined Github", id: 1519867270
mas "TextSniper", id: 1528890965
mas "Reeder", id: 1529448980
mas "Color Picker", id: 1545870783
mas "Play", id: 1596506190
mas "Velia", id: 1607635845
mas "UnTrap", id: 1637438059
mas "The Magic Highlighter", id: 1663033087
mas "Deliveries", id: 290986013
mas "Short Menu", id: 510109287
mas "Dropmark", id: 554314609
mas "Command X", id: 6448461551
mas "Things", id: 904280696
mas "Amphetamine", id: 937984704
mas "Sequel Ace", id: 1518036000
mas "Spark", id: 1176895641
mas "ytdistract", id: 1637438059
mas "1Password for Safari", id: 1569813296
mas "One Thing", id: 1604176982
mas "Folder Peek", id: 1615988943