-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.sh
More file actions
48 lines (25 loc) · 991 Bytes
/
install.sh
File metadata and controls
48 lines (25 loc) · 991 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
47
48
#! /bin/bash
# Install homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# required packages for OSx
brew install coreutils automake autoconf openssl libyaml readline libxslt libtool unixodbc
# Install asdf version manager
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.3.0
# Add to bash profile
echo -e '\n. $HOME/.asdf/asdf.sh' >> ~/.bash_profile
echo -e '\n. $HOME/.asdf/completions/asdf.bash' >> ~/.bash_profile
# Add ruby plugin
asdf plugin-add ruby https://github.com/asdf-vm/asdf-ruby
# set global ruby version
asdf global ruby 2.4.2
# Install ruby
asdf install
# Brew install charlock_holmes
brew install icu4c
# Install bundler
gem install bundler
# Configure Bundler to always use the correct arguments when installing
bundle config build.charlock_holmes --with-icu-dir=/usr/local/opt/icu4c
# Installation
gem sources -a https://satan:666@gems.valgservice.dk/
gem install aion_cli