Skip to content

Instantly share code, notes, and snippets.

View calebmeyer's full-sized avatar
:atom:
Working from home

Caleb Meyer calebmeyer

:atom:
Working from home
View GitHub Profile
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->
@calebmeyer
calebmeyer / __bobthefish_glyphs.fish
Last active March 10, 2023 18:14
bob the fish prompt segment for showing architecture
set -x arch_apple_glyph  ' ' #nf-dev-apple
set -x arch_intel_glyph \ueabe ' ' #nf-cod-circuit_board
@calebmeyer
calebmeyer / Debug.js
Created July 26, 2023 16:58 — forked from thiagobutignon/Debug.js
Debug Formik
import React from 'react';
import {FormikConsumer} from 'formik';
export const Debug = () => (
<div
style={{
background: '#f6f8fa',
borderRadius: 4,
boxShadow: '0 0 1px #eee inset',
margin: '3rem 0'