Skip to content

Instantly share code, notes, and snippets.

@farmok
farmok / SassMeister-input-HTML.html
Created October 13, 2014 02:21
Generated by SassMeister.com.
<ul class='nav'>
<li class="nav-item"><a class='primary' href="#">CASINO</a></li>
<li class="nav-item"><a class='primary' href="#">HOTEL</a></li>
<li class="nav-item"><a class='primary' href="#">TOWER</a></li>
</ul>
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
<label for="nav-trigger"></label>
<div class='site-wrap'>
@farmok
farmok / osx_bootstrap.sh
Last active January 25, 2020 23:02 — forked from codeinthehole/osx_bootstrap.sh
Script to install stuff I want on a new OSX machine
#!/usr/bin/env bash
#
# Bootstrap script for setting up a new OSX machine
#
# This should be idempotent so it can be run multiple times.
#
# Some apps don't have a cask and so still need to be installed by hand. These
# include:
#
# - Twitter (app store)
@farmok
farmok / .bash_profile
Created June 9, 2017 20:58 — forked from natelandau/.bash_profile
Mac OSX Bash Profile
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management