View prompt_igolden_setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
autoload -U zgitinit | |
zgitinit | |
prompt_grb_help () { | |
cat <<'EOF' | |
prompt grb | |
EOF |
View empty-bower.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "", | |
"version": "", | |
"description": "", | |
"main": [ | |
"" | |
], | |
"dependencies": { | |
"" | |
}, |
View _config.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title: | |
desc: | |
keywords: | |
assets: | |
dirname: assets | |
baseurl: /assets/ | |
sources: | |
- _assets/javascripts |
View bower.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "blue-leaf", | |
"version": "1.2.3", | |
"description": "Physics-like animations for pretty particles", | |
"main": [ | |
"js/motion.js", | |
"sass/motion.scss" | |
], | |
"dependencies": { | |
"get-size": "~1.2.2", |
View bower.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "scoot-cli", | |
"version": "0.0.0", | |
"homepage": "https://github.com/igolden/scoot-cli", | |
"authors": [ | |
"Ian Golden <ian@iangolden.com>" | |
], | |
"license": "MIT", | |
"ignore": [ | |
"**/.*", |
View bower.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "scoot-cli", | |
"version": "0.0.0", | |
"homepage": "https://github.com/igolden/scoot-cli", | |
"authors": [ | |
"Ian Golden <ian@iangolden.com>" | |
], | |
"license": "MIT", | |
"ignore": [ | |
"**/.*", |
View gist:3f0b78dd3ae0e634a06c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** @jsx React.DOM */ | |
var SVGComponent = React.createClass({ | |
render: function() { | |
return this.transferPropsTo( | |
<svg>{this.props.children}</svg> | |
); | |
} | |
}); |
View smooth-scroll.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- smooth scroll --> | |
<script> | |
$(function() { | |
$('a[href*=#]:not([href=#])').click(function() { | |
if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) { | |
var target = $(this.hash); | |
target = target.length ? target : $('[name=' + this.hash.slice(1) +']'); | |
if (target.length) { | |
$('html,body').animate({ |
View example-plugin.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Example Plugin | |
Plugin URI: http://domain.com | |
Description: Describe plugin | |
Version: 1.0 | |
*/ | |
/* | |
* Find, search, and replace "artist" to rename the object. Double check that you didn't miss "artists" | |
*/ |
View dtran.zsh-theme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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). | |
# |
OlderNewer