-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile.sh
executable file
·90 lines (71 loc) · 926 Bytes
/
Brewfile.sh
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
#!/bin/bash
#
# brew installation list for OSX
#
set -ex
## update brew
brew update
brew upgrade
brew cleanup
## add repositories
brew tap sanemat/font
brew tap caskroom/fonts
## brew softwares
brew install \
R \
awscli \
ccat \
circleci \
colordiff \
ctags \
curl \
delta \
exa \
ffmpeg \
ghostscript \
gibo \
git \
git-archive-all \
git-lfs \
htop-osx \
hub \
imagemagick \
jo \
jq \
macvim \
neovim \
nkf \
nvm \
oniguruma \
openblas \
pandoc \
peco \
pigz \
pt \
rbenv ruby-build \
reattach-to-user-namespace \
ripgrep \
roswell \
shellcheck \
thefuck \
tig \
tldr \
tmux \
tree \
watch \
wget \
zsh
#brew install gcc # consuming resources a lot
## cask softwares
brew install caskroom/cask/brew-cask
brew cask install \
alfred \
bettertouchtool \
firefox \
font-cica \
font-hack-nerd-font \
gimp \
inkscape \
iterm2 \
owasp-zap \
the-unarchiver