Skip to content

Instantly share code, notes, and snippets.

View duggiefresh's full-sized avatar

Doug Yun duggiefresh

  • Seattle, WA
View GitHub Profile
@duggiefresh
duggiefresh / weechat-config.txt
Last active December 30, 2015 20:05
Weechat config
/script install buffers.pl buffer_autoclose.py iset.pl go.py colorize_nicks.py
/key bind meta-g /go
/set weechat.bar.status.color_bg 0
/set weechat.bar.title.color_bg 0
/set weechat.color.chat_nick_colors 1,2,3,4,5,6
/set buffers.color.hotlist_message_fg 7
/set weechat.bar.buffers.position top
/set weechat.bar.buffers.items buffers
@duggiefresh
duggiefresh / launch.json
Created March 30, 2017 00:54
VS Code `launch.json` for ember-template-lint
{
// Use IntelliSense to learn about possible Node.js debug attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "mocha",
"type": "node",
"request": "launch",