Skip to content

Instantly share code, notes, and snippets.

View cgillespie's full-sized avatar

Colin Gillespie cgillespie

View GitHub Profile
@cgillespie
cgillespie / Cursor.lua
Created May 27, 2017 09:27
Basis for a _Cursor style addon that works in patch 7.2
local CursorFrame = CreateFrame("Frame", "CursorFrame", UIParent)
CursorFrame:SetFrameStrata("TOOLTIP")
CursorFrame:Show()
CursorFrame.Presets = {
["Electric, blue long"] = {
["Path"] = "spells\\lightningboltivus_missile.mdx",
["MagicNumber"] = 148.1,
["Facing"] = 0
}

Shell scripts for adding databases to an ubuntu/xenial64 box.

Add the following to the Vagrantfile to add a database.

config.vm.provision "shell", path: "./script-name.sh"