mkdir -p ~/.config/xmonad
# Create ~/.config/xmonad/xmonad.hs
cd ~/.config/xmonad
git clone https://github.com/xmonad/xmonad
git clone https://github.com/xmonad/xmonad-contrib
stack init
stack install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Using Spad.next serial capabilities | |
#include <CmdMessenger.h> // CmdMessenger | |
#include <stdio.h> | |
#define GUID "{65472db3-e462-4525-9a40-3eb584dd14c8}" | |
#define CMD_REQUEST 0 | |
#define CMD_COMMAND 1 | |
#define CMD_EVENT 2 | |
#define CMD_DEBUG 3 | |
#define CMD_SIM_COMMAND 4 |
- atmega 2560 (same as arduino mega)
Marlin
forked and configured from this repo (/!\ branch 2.0.x-CR10V2).
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Allow any sources for app | |
sudo spctl --master-disable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: * I am nmaupu on github. * I am nmaupu (https://keybase.io/nmaupu) on keybase. * I have a public key ASDDQxphlJcWGXaoT3bArZLW2F1VwPaB0078AzS02KrZhQo | |
To claim this, I am signing this object: | |
```json | |
{ "body": { "key": { "eldest_kid": "0120c3431a619497161976a84f76c0ad92d6d85d55c0f681d34efc0334b4d8aad9850a", "host": "keybase.io", "kid": "0120c3431a619497161976a84f76c0ad92d6d85d55c0f681d34efc0334b4d8aad9850a", "uid": "d58aeeb0f537097d9cb0c52511e21619", "username": "nmaupu" }, "merkle_root": { "ctime": 1527949855, "hash": "7ba5a9a85adf6f5ee206e45117f00158e7f234d6b4cdf793ddec43045727e78c58a46eb49000b1d8ae83657c99417c8e4a4b33740917ab988621712fd99ee2ed", "hash_meta": "0e10413dfc8fc508a67a2239138f14f6757cfeba95a96f814dac54719a19efdb", "seqno": 2981349 }, "service": { "entropy": "lmgZ1tTtMNefRXQVvQZmFYLt", "name": "github", "username": "nmaupu" }, "type": "web_service_binding |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -e -x -o pipefail | |
DIRNAME="$(dirname $0)" | |
DISK="$1" | |
: "${DEBIAN_RELEASE:=stretch}" | |
: "${DEBIAN_VERSION:=9.2.1}" | |
: "${DEBIAN_MIRROR:=http://ftp.debian.org}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# From master branch | |
wget -O - https://raw.githubusercontent.com/nmaupu/auto-home/master/scripts/provision-work.sh | bash | |
# From a specific branch (testing) | |
wget -O - https://raw.githubusercontent.com/nmaupu/auto-home/work/scripts/provision-work.sh | env BRANCH=work bash |