-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.sh
More file actions
65 lines (59 loc) · 1.57 KB
/
Copy pathinstall.sh
File metadata and controls
65 lines (59 loc) · 1.57 KB
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
cd ~
echo 'Updating Your Mac'
softwareupdate --install -a
echo 'Installing XCode Command Line Tools'
xcode-select --install
echo 'Installing Homebrew'
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update
echo 'Installing Homebrew Cask'
brew tap caskroom/cask
echo 'Installing zsh'
brew install zsh zsh-completions
echo 'Installing Oh-My-Zsh'
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
echo 'Install Oh-My-Zsh Plugins'
echo 'Replace Adding Default Aliases and Configuration to ~/.zshrc'
echo 'Installing tmux'
brew install tmux
echo 'Editing tmux.conf'
echo 'Install Ruby'
brew install rbenv ruby-build
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.zprofile
echo 'eval "$(rbenv init -)"' >> ~/.zprofile
brew install hub
brew install heroku/brew/heroku
brew install python
brew install node
sudo easy_install pip
pip install awscli --upgrade --user
sudo pip install virtualenv
brew install yarn
brew install autoconf
brew install bash-completion
brew install cmake
brew install doxygen
brew install fish
brew install freetds
brew install freetype
brew install gdbm
brew install imagemagick
brew install jpeg
brew install libevent
brew install libpng
brew install libtool
brew install libyaml
brew install memcached
brew install mysql
brew install postgresql
brew install redis
brew install elasticsearch
brew install mongodb
brew install phantomjs
brew install pkg-config
brew install readline
brew install ssh-copy-id
brew install taglib
brew install wget
brew install tree
brew install ffmpeg