forked from aziz/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependencies.sh
executable file
·47 lines (40 loc) · 1.4 KB
/
dependencies.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
#!/bin/bash
echo "Installing homebrew"
echo " _ _ "
echo "| | | | "
echo "| |__ ___ _ __ ___ ___| |__ _ __ _____ __"
echo "| '_ \ / _ \| '_ \` _ \ / _ \ '_ \| '__/ _ \ \ /\ / /"
echo "| | | | (_) | | | | | | __/ |_) | | | __/\ V V / "
echo "|_| |_|\___/|_| |_| |_|\___|_.__/|_| \___| \_/\_/ "
echo "_____________________________________________________"
echo
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
brew tap `cat ~/.templates/dependencies/taps`
brew update
xcode-select --install
brew install `cat ~/.templates/dependencies/brew`
npm install -g `cat ~/.templates/dependencies/npm`
echo "Installing Ruby Version Manager"
echo " _ ____ ___ __ ___ "
echo "| '__\ \ / / '_ \` _ \ "
echo "| | \ V /| | | | | |"
echo "|_| \_/ |_| |_| |_|"
echo "_______________________"
echo
curl -sSL https://get.rvm.io | bash -s stable
install ruby x
use ruby x as default
gem install `cat ~/.templates/dependecies/gem`
echo "Installing Apps"
echo "==============="
brew cask install `cat ~/.templates/dependencies/apps`
brew cask alfred link
echo "Installing Fonts"
echo "================"
brew cask install `cat ~/.templates/dependencies/fonts`
echo "Installing Pow Server"
echo "====================="
curl get.pow.cx | sh
# SUBLIME
# install sublime package manager
# install sublime_packages