Skip to content

Instantly share code, notes, and snippets.

View christianbryant-rva's full-sized avatar
:octocat:
🎼 🎸 || 💼 🕸

Christian Bryant christianbryant-rva

:octocat:
🎼 🎸 || 💼 🕸
View GitHub Profile
@christianbryant-rva
christianbryant-rva / gist:ad41791a8636a37b2b254fe5f09d5f53
Last active November 3, 2017 15:56
Ruby on ((Ubuntu)) on Windows
##==Initial linux update
sudo apt-get update
sudo apt-get install git-core curl zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev python-software-properties libffi-dev
##==rbenv setup
git clone https://github.com/rbenv/rbenv.git ~/.rbenv
@christianbryant-rva
christianbryant-rva / nodejs_script_installer
Created June 6, 2017 07:49
powershell script for installing node, npm, (git if not already on your machine) as well as some packages of interest. !!! NOTE: Please have Powershell 3 or higher!!!
write-host "`n ## NODEJS INSTALLER ## `n"
### NOTE: This is actually more of a fork and not entirely (or mostly my work) it's late and I wanted to share what I had updated :)
## Intent here is to work around a windows installer issue with the node msi
### CONFIGURATION
# nodejs
$version = "8.0.0-x64"
$url = "https://nodejs.org/dist/latest-v4.x/node-v$version.msi"
# git