This file contains hidden or 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
$green:#9ed7d1; | |
$yellow:#f2e230; | |
$dark-grey:#464547; | |
$medium-grey:#bebfc1; |
This file contains hidden or 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
/* | |
DEFAULTS | |
*/ | |
html, body, div, span, | |
h1, h2, h3, h4, h5, h6, p, blockquote, pre, | |
a, abbr, address, cite, code, | |
del, dfn, img, ins, kbd, q, samp, |
This file contains hidden or 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
set nocompatible " Uses vim vs vi settings must be set first | |
syntax on " Turn on syntax highlighting for recognized filetypes | |
set title | |
set history=1000 " I fuckup a lot. I need more than 20 undos. | |
set wildmenu " Show me how many options I have to choose from on autocomplete | |
set number " Displays numbers on left of file | |
set visualbell " If I never hear that fucking beep again I'll be mad stocked. Unless it's in electronic music. Then it's fine. | |
set autoread " Reload files changed outside of vim | |
set hidden " Buffers can exist without being in window - hit :bn or :bp to toggle between buffers | |
set incsearch " find next match as we type the search |
This file contains hidden or 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
$nonpareille: 8px!default; | |
$minion: 9px!default; | |
$petit: 11px!default; | |
$bourgeois: 12px!default; | |
$long-primer: 13px!default; | |
$small-pica: 15px!default; | |
$pica: 16px!default; | |
$english: 19px!default; | |
$columbian: 21px!default; | |
$great-primer: 24px!default; |
This file contains hidden or 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
ifconfig en0 | grep 'inet ' | cut -d " " -f2 |
NewerOlder