-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
35 lines (32 loc) · 688 Bytes
/
Copy pathBrewfile
File metadata and controls
35 lines (32 loc) · 688 Bytes
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
tap "microsoft/git"
cask_args appdir: "~/Applications"
cask "git-credential-manager"
cask "phoenix"
cask "jetbrains-toolbox"
brew "azure-cli"
brew "bash"
brew "bash-completion@2"
# Clone of cat(1) with syntax highlighting and Git integration
brew "bat"
brew "colordiff"
brew "coreutils"
# HTTP tunnel
brew "corkscrew"
brew "curl"
brew "gh"
brew "git"
brew "git-extras"
brew "git-quick-stats"
brew "htop"
brew "markdown"
brew "rename"
# Organize software neatly under a single directory tree (e.g. /usr/local)
brew "stow"
# Repeat and correct command typos
brew "thefuck"
# Code-search similar to ack
brew "the_silver_searcher"
brew "tree"
brew "universal-ctags"
brew "vim"
brew "wget"