I hereby claim:
- I am kexhest on github.
- I am magnusbergman (https://keybase.io/magnusbergman) on keybase.
- I have a public key ASAy1TM-1DxLZvhZgXRp2Sj2_9hpjB1hmVp_52sk4hQX0wo
To claim this, I am signing this object:
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 -> |
I hereby claim:
To claim this, I am signing this object:
/** | |
* 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' |