-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstall.yml
92 lines (84 loc) · 1.37 KB
/
install.yml
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
# tap
cmd: brew tap
- caskroom/cask
- caskroom/versions
- caskroom/fonts
# brew
cmd: brew install
- go
- rust
- rbenv
- ruby-build
- pyenv
- mas
- tmux
# aws
- awscli
- s3cmd
# dev
- mysql
- postgresql
- mongodb
# brew cask
cmd: brew cask install
# Apps
- alfred
- flux
- slack
- skype
- evernote
- spotify
- google-chrome-canary
- kindle
- teamviewer
- appcleaner
- transmission
# Dev Apps
- docker
- android-studio
- genymotion
- sequel-pro
- sqlworkbenchj
- rowanj-gitx
- iterm2
- googleappengine
- hyper
- firefox
- robomongo
- mamp
# Editor
- atom
- sublime-text
- font-source-code-pro
- google-japanese-ime
# AppStore
cmd: mas install
- 539883307 # LINE
- 869223134 # KakaoTalk
- 836500024 # WeChat
- 409789998 # Twitter
- 403388562 # Transmit
- 425424353 # The Unarchiver
- 1128253391 # Team for Workplace
- 1031280567 # Postico
# atom package
cmd: apm install
- file-icons
- go-plus
- language-jade
- activate-power-mode
# gem
cmd: gem install
- tmuxinator
- cocoapods
- sass
- capistrano
# go
cmd: go get -u
- github.com/kardianos/govendor
# oh-my-zsh
cmd: sh
- -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
# nvm
cmd: curl
- -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash