summaryrefslogtreecommitdiff
path: root/INSTALL.sh
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.sh')
-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