-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
50 lines (50 loc) · 1.2 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
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/gui"
tap "homebrew/services"
tap "homebrew/x11"
# Clone of cat(1) with syntax highlighting and Git integration
brew "bat"
# Open source programming language to build simple/reliable/efficient software
brew "go"
# Go dependency management tool
brew "dep"
# Distributed revision control system
brew "git"
# The slightly more awesome Standard Unix Password Manager for Teams
brew "gopass"
# Lightweight and flexible command-line JSON processor
brew "jq"
# Generic library support script
brew "libtool"
# Java-based project management
brew "maven"
# SSL/TLS cryptography library
brew "openssl"
# Open source relational database management system
brew "mysql"
# Password generator
brew "pwgen"
# Executes a program periodically, showing output fullscreen
brew "watch"
# Internet file retriever
brew "wget"
# Fish shell like syntax highlighting for zsh
brew "zsh-syntax-highlighting"
cask "docker"
cask "evernote"
cask "firefox"
cask "insomnia"
cask "intellij-idea"
cask "iterm2"
cask "jadengeller-helium"
cask "java8"
cask "lastpass"
cask "ngrok"
cask "postico"
cask "postman"
cask "slack"
cask "textmate"