Skip to content

Instantly share code, notes, and snippets.

@alexwahl
alexwahl / crosstool-config-overrides
Created April 26, 2019 19:23
esp8266 pfalcon crosstools-ng overrides
CT_STATIC_TOOLCHAIN=y
CT_LIBC_NEWLIB_ENABLE_TARGET_OPTSPACE=y
CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="--with-guile=guile-2.0"
@alexwahl
alexwahl / rc.lua
Created April 23, 2019 07:10
awesome config
-- Standard awesome library
local gears = require("gears")
local awful = require("awful")
require("awful.autofocus")
-- Widget and layout library
local wibox = require("wibox")
-- Theme handling library
local beautiful = require("beautiful")
-- Notification library
local naughty = require("naughty")
@alexwahl
alexwahl / .vimrc
Created April 23, 2019 07:03
VimRC
syntax enable
set background=dark
set number