forked from wasbazi/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
85 lines (85 loc) · 1.41 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
tap "homebrew/headonly"
tap "homebrew/science"
tap "homebrew/core"
tap "homebrew/versions"
tap "homebrew/boneyard"
tap "homebrew/python"
tap "homebrew/bundle"
tap "caskroom/versions"
tap "caskroom/cask"
tap "dambrisco/aux"
brew "aspcud"
brew "freetype"
brew "fontconfig"
brew "gettext"
brew "pixman"
brew "cairo"
brew "git"
brew "atk"
brew "autoconf"
brew "autojump"
brew "automake"
brew "awscli"
brew "emacs"
brew "cask"
brew "cmake"
brew "coreutils"
brew "cpanminus"
brew "ctags"
brew "diff-so-fancy"
brew "docker"
brew "docker-cloud"
brew "docker-compose"
brew "docker-swarm"
brew "editorconfig"
brew "emojify"
brew "euler-py"
brew "jpeg"
brew "gd"
brew "gdk-pixbuf"
brew "git-secrets"
brew "gmp"
brew "gnu-sed"
brew "libusb"
brew "gnupg"
brew "go"
brew "godep"
brew "icu4c"
brew "hicolor-icon-theme"
brew "gtk+"
brew "hub"
brew "isl"
brew "oniguruma"
brew "jq"
brew "jython"
brew "karn"
brew "leptonica"
brew "libcroco"
brew "libevent"
brew "librsvg"
brew "libssh2"
brew "lzo"
brew "md5sha1sum"
brew "ossp-uuid"
brew "p7zip"
brew "postgresql"
brew "pup"
brew "reattach-to-user-namespace"
brew "thefuck"
brew "tmux"
brew "vim", args: ["with-lua"]
brew "wget"
brew "xcv"
brew "zsh-completions"
brew "dambrisco/aux/awake"
cask "alfred"
cask "discord"
cask "google-chrome"
cask "iterm2"
cask "slack"
cask "spectacle"
cask "spotify"
cask "typora"
cask "virtualbox"
cask "caskroom/versions/google-chrome-canary"
cask "caskroom/versions/java8"