-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.sh
More file actions
executable file
·46 lines (36 loc) · 999 Bytes
/
Copy pathsetup.sh
File metadata and controls
executable file
·46 lines (36 loc) · 999 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
#!/bin/bash
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update
brew install git
brew install vim
brew install zsh
brew install jq
brew install node
brew install yarn
brew install awscli
brew install graphviz
brew install plantuml
brew install caskroom/cask/brew-cask
brew cask install google-japanese-ime
brew cask install iterm2
brew cask install google-chrome
brew cask install firefox
brew cask install macvim
brew cask install slack
brew cask install jetbrains-toolbox
brew cask install docker
brew cask install alfred
brew cask install atom
brew cask install visual-studio-code
brew install --cask rectangle
# vim tempdir
mkdir ~/vimtemp
# vim vundle
git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
# iterm2 sorlarized
git clone https://github.com/altercation/solarized.git
# dotfiles clone
git clone https://github.com/haljik/dotfiles.git
# install sdkman
curl -s "https://get.sdkman.io" | bash
./sdk-install.sh