-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmac_brew.sh
91 lines (74 loc) · 1.86 KB
/
mac_brew.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
90
91
#/bin/sh
brew update
brew upgrade
brew tap caskroom/fonts
brew tap caskroom/cask
brew tap Homebrew/bundle
brew install mas
mas install 497799835 #xcode
xcode-select --install
brew cask install cakebrew
###########
# Browsers
###########
brew cask install google-chrome
brew cask install firefox
###########
# Program
###########
brew cask install virtualbox
brew install nmap
##################
# Editor and IDE
##################
brew cask install intellij-idea
brew cask install clion
brew cask install pycharm
brew cask install rubymine
# brew cask install rider
brew cask install visual-studio-code
brew install neovim/neovim/neovim
brew cask install xamarin-studio
brew cask install android-studio
brew cask install jetbrains-toolbox
brew tap universal-ctags/universal-ctags
brew tap splhack/homebrew-splhack
brew install --HEAD splhack/splhack/macvim-kaoriya
brew install cmigemo
############
# Tools
############
brew cask install google-drive
brew cask install google-japanese-ime
brew cask install keepassxc
mas install 539883307 #line
mas install 803453959 #slack
mas install 410628904 #wunderlist
mas install 784801555 #onenote
mas install 405843582 #alfred
brew cask install iterm2
brew cask install sourcetree
brew install git
brew install bash
brew cask install firealpaca
###########
# Lang
###########
brew install rbenv
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile
echo 'if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi' >> ~/.bash_profile
brew install ruby-build
brew install rbenv-gemset
brew install go
brew install pyenv
brew install pyenv-virtualenv
brew install nodebrew
nodebrew setup
echo 'export PATH=$HOME/.nodebrew/current/bin:$PATH' >> ~/.bash_profile
nodebrew install-binary latest
nodebrew use stable
##########
# fonts
##########
brew cask install font-inconsolata-dz-for-powerline
brew cask install font-ricty-diminished