Skip to content

Instantly share code, notes, and snippets.

View nweddle's full-sized avatar
:octocat:

Nathan Weddle nweddle

:octocat:
View GitHub Profile
@nweddle
nweddle / agnoster-newline.zsh-theme
Created March 11, 2016 21:25
Agnoster ZSH Theme with New Line
# vim:ft=zsh ts=2 sw=2 sts=2
#
# agnoster's Theme - https://gist.github.com/3712874
# A Powerline-inspired theme for ZSH
#
# # README
#
# In order for this theme to render correctly, you will need a
# [Powerline-patched font](https://github.com/Lokaltog/powerline-fonts).
# Make sure you have a recent version: the code points that Powerline
@nweddle
nweddle / myresolve::default.rb
Last active November 3, 2015 23:49
Simple 'network_interfaces_v2' recipe to configure Test Kitchen CentOS 7.1 networking
#
# Cookbook Name:: myresolve
# Recipe:: default
#
# Copyright (c) 2015 Nathan Weddle, All Rights Reserved.
# Configure the loopback interface
network_interface 'lo' do
# We set reload equal to false, so that we are not kicked out of our TK run
reload false
@nweddle
nweddle / XKCLOUD.ahk
Last active August 29, 2015 14:18 — forked from G33kDude/XKCLOUD.ahk
#SingleInstance, Force
#NoEnv
SetBatchLines, -1
SetMouseDelay, 2
CoordMode, Mouse, Screen
; Start gdi+
If !pToken := Gdip_Startup()
{
MsgBox, 48, gdiplus error!, Gdiplus failed to start. Please ensure you have gdiplus on your system