Skip to content

Instantly share code, notes, and snippets.

View yowainwright's full-sized avatar
👦
Dad life!

Jeff Wainwright yowainwright

👦
Dad life!
View GitHub Profile
@yowainwright
yowainwright / first-post.post.md
Created September 24, 2017 17:37
gustavo-blog
@yowainwright
yowainwright / zshrc.txt
Last active June 19, 2017 18:31
.zshrc
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH=/Users/jwainwright/.oh-my-zsh
# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-zsh is loaded.
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
ZSH_THEME="powerlevel9k/powerlevel9k"
@yowainwright
yowainwright / Preferences.sublime-settings
Last active June 19, 2017 18:32
Quick Settings for Sublime 3 Setup
// Settings in here override those in "Default/Preferences.sublime-settings",
// and are overridden in turn by syntax-specific settings.
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".git",
@yowainwright
yowainwright / .ruby_setup
Created February 19, 2017 10:13
Quick Ruby Setup
# Quik Setup For Ruby
# ===================
# This gist provides a quick ruby env setup for mac
# This gist is deeply inspired by:
# https://gist.github.com/MicahElliott/2407918
# installs homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
@yowainwright
yowainwright / scss-text-underline-mixin-for-beautiful-underlined-text.md
Last active November 29, 2017 23:46
Sass Mixin for Optimal Text Underlining 🤓

This Gist contains a SCSS Mixin for Optimal Text Underlining

This SCSS Mixin changes the text underline color or its location relative to the text it underlines.

A Pen by Jeff Wainwright on CodePen.

License.