Skip to content

Instantly share code, notes, and snippets.

View akakie's full-sized avatar

Lewy akakie

  • Soutar & Overton
  • Fairbanks, Alaska, USA
View GitHub Profile
@akakie
akakie / tm_properties
Created December 17, 2012 19:59
tm_properties
##
# FILE NAME=.TM_PROPERTIES
##
# Display the name of the home directory.
windowTitle = "$TM_DISPLAYNAME — ${CWD/^.*\///}"
# Font Settings
#
fontName = "Menlo"
@akakie
akakie / git_config.txt
Created December 17, 2012 19:44
git_config
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
lg = log -p.git
@akakie
akakie / start.html
Last active October 14, 2015 01:38 — forked from andyhawthorne/start.html
setup html5
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>HTML5</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>