Skip to content

Instantly share code, notes, and snippets.

View bryantebeek's full-sized avatar
🚀
Shipping

Bryan te Beek bryantebeek

🚀
Shipping
View GitHub Profile
#!/bin/sh
set -e
# Load configs
CONFIG_FILE=%%HASSIO_CONFIG%%
SUPERVISOR="$(jq --raw-output '.supervisor' ${CONFIG_FILE})"
HOMEASSISTANT="$(jq --raw-output '.homeassistant' ${CONFIG_FILE})"
DATA="$(jq --raw-output '.data // "/usr/share/hassio"' ${CONFIG_FILE})"
@bryantebeek
bryantebeek / espers-ubuntu.bash
Last active June 15, 2017 19:30
Espers installation instructions
apt update
apt -y upgrade
apt -y install build-essential libtool autotools-dev autoconf automake pkg-config libssl-dev libevent-dev libboost-all-dev libminiupnpc-dev libgmp-dev libcurl4-openssl-dev libdb-dev libdb++-dev git fail2ban
apt -y install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev
cd /opt && rm -rf Espers
git clone https://github.com/CryptoCoderz/Espers.git && cd Espers
chmod +x src/leveldb/build_detect_platform && chmod +x src/secp256k1/autogen.sh
qmake -qt=qt5 USE_UPNP=- && make

Keybase proof

I hereby claim:

  • I am bryantebeek on github.
  • I am bryantebeek (https://keybase.io/bryantebeek) on keybase.
  • I have a public key whose fingerprint is FBB9 CE99 BD6C 2210 9EFA 6DBC 1D99 9028 B5D9 CE6B

To claim this, I am signing this object:

@bryantebeek
bryantebeek / styles.less
Last active August 29, 2015 14:03
Sublime Text 3 Theme for Atom
@import "ui-variables";
* {
text-shadow: none;
}
.editor .gutter {
background-color: #282828;
}