- 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.
Work in progress. I need to go back and fix this up.
Follow the BIOS update section found here:
https://github.com/awesomebytes/ubuntu14_dell_xps13_9350
#!/bin/bash -ex | |
## Trackpad | |
## http://uselessuseofcat.com/?p=74 | |
## tap to click | |
synclient TapButton1=1 | |
## right click | |
synclient TapButton3=2 |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash -ex | |
# Assumes: | |
# homebrew | |
# chruby | |
# ruby-install | |
# postgres.app | |
# this bit might not be necessary, but can't hurt | |
brew upgrade ruby-install |