Skip to content

Instantly share code, notes, and snippets.

View Melonbwead's full-sized avatar
ʕ̡̢̡*✪௰✪ૢʔ̢̡̢ Caffeine~!

Melon Melonbwead

ʕ̡̢̡*✪௰✪ૢʔ̢̡̢ Caffeine~!
  • ꒰•̥̥̥̥̥̥̥ ﹏ •̥̥̥̥̥̥̥̥๑꒱
  • Verse
View GitHub Profile
// relaod!
xrdb ~/.Xresources
urxvt
@Melonbwead
Melonbwead / config.cson
Created July 6, 2015 08:26
Atom Config
"*":
"exception-reporting":
userId: "xxx-x-x-x-x-x-xxxx"
welcome:
showOnStartup: false
core:
disabledPackages: [
"bracket-matcher"
"slack-chat"
"tree-view"
convert IMG_0056.JPG -crop 320x320 \
-set filename:tile "%[fx:page.x/320]-%[fx:page.y/320]" \
+repage +adjoin "pano%[filename:tile].png"
@Melonbwead
Melonbwead / BnB .jshint
Last active August 29, 2015 14:19
BnB .jshint
{
/*
* ENVIRONMENTS
* =================
*/
// Define globals exposed by modern browsers.
"browser": true,
// Define globals exposed by jQuery.
@Melonbwead
Melonbwead / gist:f6b6d21214b4e6dd00b0
Created January 19, 2015 16:27
imagemagick bullshit
$ brew install imagemagick
==> /usr/local/Cellar/imagemagick/6.8.6-3
$ brew install pkgconfig
==> /usr/local/Cellar/pkg-config/0.28
$ C_INCLUDE_PATH=/usr/local/Cellar/imagemagick/6.8.6-3/include/ImageMagick-6 PKG_CONFIG_PATH=/usr/local/Cellar/imagemagick/6.8.6-3/lib/pkgconfig/ gem install rmagick
Successfully installed rmagick-2.13.2
@Melonbwead
Melonbwead / Coffee Tips
Last active August 29, 2015 14:05
Coffee Tips
if @hasSelectedResult is false
@selectResult($eventEl)
@selectResult($eventEl) unless @hasHighlightedResult
================================================================
if $(@SELECTED_RESULT).length is 0
@hasHighlightedResult = false
else
@Melonbwead
Melonbwead / coffeelint config
Created August 6, 2014 15:20
coffeelint config
{
"coffeescript_error": {
"level": "error"
},
"arrow_spacing": {
"name": "arrow_spacing",
"level": "warn"
},
"no_tabs": {
"name": "no_tabs",
@Melonbwead
Melonbwead / .scss-lint.yml
Created August 5, 2014 13:40
scss lint config
# Default application configuration that all configurations inherit from.
linters:
BorderZero:
enabled: true
CapitalizationInSelector:
enabled: true
ColorKeyword:
enabled: true
@Melonbwead
Melonbwead / gist:10995175
Created April 17, 2014 16:13
git scrub out files entirely
git filter-branch --force --index-filter \
'git rm --cached --ignore-unmatch node_modules/*' \
--prune-empty --tag-name-filter cat -- --all
@Melonbwead
Melonbwead / .zshrc
Last active March 23, 2017 09:21
.zshrc
# Path to your oh-my-zsh configuration.
ZSH=$HOME/.oh-my-zsh
export PIVOTAL_TOKEN=''
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.