Skip to content

Instantly share code, notes, and snippets.

View stuf's full-sized avatar

Stef stuf

View GitHub Profile
echo 'export PATH=$HOME/local/bin:$PATH' >> ~/.bashrc
. ~/.bashrc
mkdir ~/local
mkdir ~/node-latest-install
cd ~/node-latest-install
curl http://nodejs.org/dist/node-latest.tar.gz | tar xz --strip-components=1
./configure --prefix=~/local
make install # ok, fine, this step probably takes more than 30 seconds...
curl https://www.npmjs.org/install.sh | sh
#!/bin/bash
# This script builds (a subset of) the AlkuThree-Light font
# from source files made public by Opetushallitus (oph.fi).
# Whether or not this infringes on copyrights or other rights
# is anyone's guess.
#
# Prerequisites: wget & fontforge
# Optionally: fonttools (ttx) for repeatable builds
# (sha1 should probably be 5d2eba6728246b7050500b3c8cac4780f99f4728)