summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-03-14 17:57:22 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-03-17 13:49:41 -0400
commit54feeb027d6e5a760b49769dfe695ea2591dc6fe (patch)
tree3bc9176d4cfebda6e06717d784171674d43b0a82
parent2218a020fcdd6fbafe3fb7c9b9e37ef2ab5e7349 (diff)
add INSTALL.sh file to install deps
-rwxr-xr-xINSTALL.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/INSTALL.sh b/INSTALL.sh
new file mode 100755
index 0000000..a7043af
--- /dev/null
+++ b/INSTALL.sh
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+# Go
+sudo pacman -S --needed -- go
+
+# Ruby
+sudo pacman -S --needed -- ruby
+
+# Nokogiri
+sudo pacman -S --needed -- ruby libxslt
+gem install nokogiri -- --use-system-libraries
+
+# SCSS
+sudo pacman -S --needed -- ruby-sass
+#sudo pacman -S --needed -- ruby
+#gem install sass