Skip to content

Instantly share code, notes, and snippets.

@geekylucas
geekylucas / hyh-go-to-foods-australia.md
Last active September 2, 2016 09:16
HYH Go To Foods (Australia)

Breakfast

Chia Pudding

  • 35g chia seeds
  • 200ml coconut milk
  • 1tbsp honey

This one is easy to make. You do it the night before and it's ready to go in the morning. I usually add a bit more honey when serving because I have a sweet tooth.

@geekylucas
geekylucas / xps-9350-ubuntu-14.04-kernel-4.4.4.md
Last active March 16, 2016 00:11
Dell XPS 13 9350 With Ubuntu 14.04 and 4.4.4 Kernel
@geekylucas
geekylucas / debian-trackpad.sh
Created February 20, 2016 08:08
Synaptic settings for Debian on MacBookAir6,2
#!/bin/bash -ex
## Trackpad
## http://uselessuseofcat.com/?p=74
## tap to click
synclient TapButton1=1
## right click
synclient TapButton3=2

Keybase proof

I hereby claim:

  • I am geekylucas on github.
  • I am geekylucas (https://keybase.io/geekylucas) on keybase.
  • I have a public key whose fingerprint is 5D51 634F 1DF8 B7B7 23CD FB93 1906 0F41 B1B4 56B9

To claim this, I am signing this object:

@geekylucas
geekylucas / ruby-upgrade.sh
Last active August 29, 2015 14:08
Installing a new ruby on MacOS with homebrew, chruby & ruby-install
#!/bin/bash -ex
# Assumes:
# homebrew
# chruby
# ruby-install
# postgres.app
# this bit might not be necessary, but can't hurt
brew upgrade ruby-install