Skip to content

Instantly share code, notes, and snippets.

View camflint's full-sized avatar

Cameron Flint camflint

View GitHub Profile
@camflint
camflint / vifmrc.vim
Last active November 3, 2019 03:27
Exa-like nerd icons for filetypes in vifm
" Icons for many file types (requires a nerd-font).
" Originally started with exa's mappings, then expanded from there.
" See: https://github.com/ogham/exa/pull/368/files#diff-1e2dbdd9d95969c1ee1e2d60320de85c
set classify=' :dir:/, :exe:, :reg:, :link:,'
set classify+=' ::{*.ai}::, ::{*.apple}::, ::{*.avro}::, ::{*.c}::, ::{*.clj}::, ::{*.coffee}::, ::{*.conf}::, ::{*.cpp}::, ::{*.cs,,*.linq}::, ::{*.css}::, ::{*.csv}::, ::{*.d}::, ::{*.dart}::, ::{*.db,,*.mdb}::, ::{*.diff}::, ::{*.doc,,*.docx,,*.pages}::, ::{*.ebook}::, ::{*.env}::, ::{*.enex}::, ::{*.epub}::, ::{*.erl}::, ::{*.font}::, ::{*.gform}::, ::{.gitignore,,.gitmodules}::, ::{*.go}::, ::{*.hs}::, ::{*.html,,*.htm}::, ::{*.iml}::, ::{*.java}::, ::{*.js}::, ::{*.json}::, ::{*.jsx}::, ::{*.less}::, ::{*.log}::, ::{*.lua}::, ::{*.md}::, ::{*.mustache}::, ::{*.npmignore}::,ﳳ ::{*.pem,,*.pub}::, ::{*.pdf}::, ::{*.php}::, ::{*.pl}::, ::{*.ppt}::, ::{*.psd}::, ::{*.py}::, ::{*.r}::, ::{*.rb}::, ::{*.rd
@camflint
camflint / 0_reuse_code.js
Created October 16, 2013 15:48
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console