-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall_macos.sh
More file actions
58 lines (53 loc) · 750 Bytes
/
install_macos.sh
File metadata and controls
58 lines (53 loc) · 750 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
brew doctor > /dev/null 2> /dev/null || \
echo "Brew is not fine, please fix it" || \
exit
brew_binaries=(
ssh-copy-id
brew-cask
cairo
cmake
dtrx
fontconfig
freetype
gdbm
gettext
glib
go
htop-osx
irssi
libffifd
libpng
mercurial
mobile-shell
openssl
p7zip
pcre
pixman
pkg-config
protobuf
rust
tree
unrar
wget
xz
yasm
zsh
)
brew_cask_app=(
alfred
dash # documentation offline
sublime-text3
xquartz
lauch
amethyst
iterm2
mactex
macvim
totalspaces
virtualbox
)
brew install $brew_binaries
brew cask install $brew_cask_app
brew cask alfred
# brew doctor
# sh ./install_cargo.sh