Skip to content

Instantly share code, notes, and snippets.

View zackn9ne's full-sized avatar

zackn9ne zackn9ne

  • earth, New York
View GitHub Profile
@zackn9ne
zackn9ne / TerminusBold-Powerline.ttf
Created February 1, 2020 02:20 — forked from cscorley/TerminusBold-Powerline.ttf
Terminus (TTF) for Powerline
@zackn9ne
zackn9ne / tunnel.oascrpt
Created December 17, 2017 17:31 — forked from anonymous/tunnel.oascrpt
oascript for tunnelblick start
tell application "Tunnelblick"
connect "Company_VPN"
get state of first configuration where name = "Company_VPN"
repeat until result = "CONNECTED"
delay 1
get state of first configuration where name = "Company_VPN"
end repeat
end tell
@zackn9ne
zackn9ne / 0_reuse_code.js
Created May 2, 2014 13:48
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console