I hereby claim:
- I am nfarrar on github.
- I am nfarrar (https://keybase.io/nfarrar) on keybase.
- I have a public key whose fingerprint is B743 226C 28B5 6031 FD0D DCB5 3E15 F07F C918 704E
To claim this, I am signing this object:
"============================================================================= | |
" FILE: vimrc | |
" AUTHOR: Nathan Farrar <[email protected]> | |
" License: MIT license {{{ | |
" Permission is hereby granted, free of charge, to any person obtaining | |
" a copy of this software and associated documentation files (the | |
" 'Software'), to deal in the Software without restriction, including | |
" without limitation the rights to use, copy, modify, merge, publish, | |
" distribute, sublicense, and/or sell copies of the Software, and to | |
" permit persons to whom the Software is furnished to do so, subject to |
// jellybeans | |
@opacity: 1; | |
@black-jellybeans: rgba(59,59,59,@opacity); // #3b3b3b | |
@red-jellybeans: rgb(207,106,76,@opacity); // #cf6a4c | |
@green-jellybeans: rgba(153,173,106,@opacity); // #99ad6a | |
@yellow-jellybeans: rgba(216,173,76,@opacity); // #d8ad4c | |
@blue-jellybeans: rgba(89,123,197,@opacity); // #597bc5 | |
@magenta-jellybeans: rgba(160,55,176,@opacity); // #a037b0 |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
__author__ = "Nathan Farrar" | |
__website__ = "http://crunk.io" | |
__email__ = "[email protected]" | |
__version__ = 0.1 | |
import logging | |
import sys |
#!/usr/bin/env bash | |
# Author: Nathan Farrar <[email protected]> | |
# Website: http://dotfiles.crunk.io/ | |
# | |
#/ Usage: source _lib.bash | |
#/ bash _lib.bash | |
#/ | |
#/ This script is required by all the other scripts in bootstrap & modules | |
#/ directories. It provides a set of reusable 'library' functions for building | |
#/ small, cross-platform scripts (bundled as modules) that install & configure |
#!/usr/bin/env bash | |
# Author: Nathan Farrar <[email protected]> | |
# Website: https://crunk.io | |
# Description: Command-line git.io shortner script, in bash. | |
# | |
#/ Usage: gitio [options] <url> | |
#/ Shortens github URLs using git.io. The generated URL is automatically | |
#/ copied to the clipboard (requires xclip on linux platforms). | |
#/ -c <code> Specify an optional code to be used as a 'vanity' URL. | |
#/ -v Display verbose messages. |
Pictures of the basement ceiling are here.
The basement ceiling is already low. Installing a drop ceiling is expensive, makes it more difficult to access all the wiring/etc and reduces overhead space (which is already at premium).
" Author: Nathan Farrar <[email protected]> | |
" Website: https://crunk.io/dotfiles/ | |
" Description: vlog plugin {{{ | |
" | |
" A light weight message logging interface for debugging vim configurations. | |
" Messages are saved to a list rather than a file to improve performance | |
" times. | |
" | |
" - Echo, echom and echoerr seem highly unreliable to me. Various plugins | |
" call :redraw, which flushes messages and we never see them. |
Figuring out all ze upgrades ...