-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBrewfile
113 lines (102 loc) · 2.44 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
# Install command-line tools and apps using Homebrew
# Usage: `brew bundle install`
# Manish Parashar
# Updated: 20180805
# Install location; export HOMEBREW_CASK_OPTS="--appdir=/Applications"
cask_args appdir: "/Applications"
# Taps
tap "caskroom/cask"
tap "caskroom/fonts"
tap "caskroom/versions"
tap "homebrew/bundle"
tap "homebrew/core"
tap "buo/cask-upgrade"
# Install GNU core utilities (those that come with OS X are outdated)
# Don’t forget to add `$(brew --prefix coreutils)/libexec/gnubin` to `$PATH`.
brew "coreutils"
# Install some other useful utilities like `sponge`
brew "moreutils"
# Install GNU `find`, `locate`, `updatedb`, and `xargs`, `g`-prefixed
brew "findutils"
# Install GNU `sed`, overwriting the built-in `sed`
brew "gnu-sed", args: ['default-names']
# Install Bash 4
# Note: don’t forget to add `/usr/local/bin/bash` to `/etc/shells` before running `chsh`.
brew "bash"
brew "bash-completion"
# git
brew "git"
#brew "git-flow"
# App Store cli
brew "mas"
# Install ZSH
brew "zsh"
brew "zsh-completions"
brew "zsh-syntax-highlighting"
brew "wget"
brew "vim"
brew "tree"
brew "youtube-dl"
brew "neofetch"
brew "tmux"
brew "lastpass-cli"
# casks
cask "alfred"
cask "android-file-transfer"
cask "spectacle"
cask "appcleaner"
cask "malwarebytes"
cask "coconutbattery"
cask "firefox"
cask "google-chrome"
cask "1password"
cask "dropbox"
cask "gimp"
cask "vlc"
cask "iina"
cask "iterm2"
cask "macvim"
cask "sublime-text"
cask "textmate"
cask "visual-studio-code"
cask "spotify"
cask "spotify-notifications"
cask "itsycal"
cask "keka"
cask "teamviewer"
cask "the-unarchiver"
cask "suspicious-package"
#cask "cleanmymac"
#cask "slack"
# Quicklook
cask "qlcolorcode"
cask "qlstephen"
cask "qlmarkdown"
cask "quicklook-json"
cask "qlprettypatch"
cask "quicklook-csv"
cask "qlimagesize"
cask "webpquicklook"
cask "quicklookase"
cask "qlvideo"
# Fonts
cask "font-source-code-pro-for-powerline"
cask "font-source-code-pro"
cask "font-source-sans-pro"
cask "font-source-serif-pro"
cask "font-consolas-for-powerline"
cask "font-fira-code"
cask "font-fira-mono-for-powerline"
cask "font-fira-mono"
cask "font-fira-sans"
cask "font-firacode-nerd-font-mono"
cask "font-firacode-nerd-font"
cask "font-firamono-nerd-font-mono"
cask "font-firamono-nerd-font"
cask "font-menlo-for-powerline"
# Install Mac App Store apps
mas "Amphetamine", id: 937984704
#mas "CleanMyDrive 2", id: 523620159
#mas "Numbers", id: 409203825
#mas "Pages", id: 409201541
#mas "The Unarchiver", id: 425424353