Skip to content

Instantly share code, notes, and snippets.

View ilkka's full-sized avatar
:octocat:
sanitary deeds done at reasonable prices

Ilkka Poutanen ilkka

:octocat:
sanitary deeds done at reasonable prices
View GitHub Profile
@ilkka
ilkka / boxstarter.ps1
Last active September 29, 2017 07:53 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script, forked from Jessie Frazelle's verseion
# Author: Ilkka <ilkka@ilkka.io>
# Last Updated: 2017-09-26
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#
# Run this boxstarter by calling the following from an **elevated** command-prompt:
// IndexComponent.jsx
var Index = React.createClass({
propTypes: {
products: React.PropTypes.array.isRequired
},
getDefaultProps: function getDefaultProps() {
return {
products: []
};
#!/bin/bash -ex
# Paste this into ssh
# curl -sL https://gist.github.com/ilkka/5508287/download | tar -xzO | /bin/bash -ex
# When forking, you can get the URL from the download button.
#
# For OS X, install XCode and command line tools first.
pushd $HOME