Skip to content

Instantly share code, notes, and snippets.

View crumb1e's full-sized avatar
🦆

Daniel Crewdson crumb1e

🦆
View GitHub Profile
@crumb1e
crumb1e / .zshrc
Created April 15, 2019 19:01
dotfiles
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="/Users/dan/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
# 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 ->
@crumb1e
crumb1e / 1.gif
Last active April 12, 2019 10:12
Say
1.gif
@crumb1e
crumb1e / 0.gif
Last active April 12, 2019 10:09
Please
0.gif
@crumb1e
crumb1e / .hyper.js
Created August 3, 2018 09:15
hypersummon issue
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',