Skip to content

Instantly share code, notes, and snippets.

View tylergets's full-sized avatar

Tyler Getsay tylergets

View GitHub Profile
@tylergets
tylergets / forge.sh
Last active January 21, 2018 19:37
Laravel Forge Setup Script
#
# REQUIRES:
# - server (the forgfordgee server instance)
# - event (the forge event instance)
# - sudo_password (random password for sudo)
# - db_password (random password for database user)
# - callback (the callback URL)
#
@tylergets
tylergets / init.lua
Created October 7, 2016 00:01 — forked from dalemanthei/init.lua
Hamerspoon config examples for hyper key
-- hattip https://github.com/lodestone/hyper-hacks
-- hattip https://gist.github.com/ttscoff/cce98a711b5476166792d5e6f1ac5907
-- hattip https://gist.github.com/prenagha/1c28f71cb4d52b3133a4bff1b3849c3e
local hyper = {'cmd','alt','shift','ctrl'}
-- A global variable for the Hyper Mode
k = hs.hotkey.modal.new({}, "F17")