forked from brianfryer/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.sh
34 lines (27 loc) · 800 Bytes
/
install.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
# Copy all the dotfiles to the home directory
sh bootstrap.sh
# Install rvm
# https://rvm.io
# curl -L https://get.rvm.io | bash -s stable --ruby
# Install nvm
# https://github.com/creationix/nvm
# curl https://raw.github.com/creationix/nvm/master/install.sh | sh
# Install homebrew
# https://brew.sh
# ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
# Install brews
# sh ~/.brew
# Install casks
sh ~/.cask
# Set san defaults for OSX
sh ~/.osx
# Install resty
# https://github.com/micha/resty
curl -L http://github.com/micha/resty/raw/master/resty > resty
# Install Pygments for `cat` syntax highlighting
sudo easy_install Pygments
# Install z
# https://github.com/rupa/z
cd ~/Code/dotfiles/z
git clone https://github.com/rupa/z.git
chmod +x ~/Code/dotfiles/z/z.sh