Skip to content

Instantly share code, notes, and snippets.

View kexhest's full-sized avatar
🦄

Magnus Bergman kexhest

🦄
View GitHub Profile

Keybase proof

I hereby claim:

To claim this, I am signing this object:

# 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 ->

Keybase proof

I hereby claim:

  • I am magnus-bergman on github.
  • I am magnusbergman (https://keybase.io/magnusbergman) on keybase.
  • I have a public key whose fingerprint is 78B4 BDCD 47BC 02B8 F6C4 A8BC C2C7 1A3B A103 C189

To claim this, I am signing this object:

@kexhest
kexhest / ReactComponent.js
Last active November 30, 2015 09:54
Empty boilerplate react component.
/**
* This file is part of the [APPLICATION] application.
*/
import React, { PropTypes, Component } from 'react'
import { findDOMNode } from 'react-dom'
import 'TweenLite'
import 'CSSPlugin'
import 'EasePack'
#!/bin/sh
# Alot of these configs have been taken from the various places
# on the web, most from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# Set the colours you can use
black='\033[0;30m'
white='\033[0;37m'
red='\033[0;31m'