Skip to content

Instantly share code, notes, and snippets.

@GEOFBOT
GEOFBOT / .vimrc
Last active July 5, 2016 15:15
.vimrc
set nocompatible " be iMproved, required
filetype off " required
set shell=/bin/bash " Fish shell
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
set number
@GEOFBOT
GEOFBOT / shrug.py
Last active June 9, 2016 22:49
HexChat script for ¯\_(ツ)_/¯
# portions based on slap.py https://github.com/hexchat/hexchat-addons/blob/master/python/slap/slap.py
from __future__ import print_function
import hexchat
__module_name__ = "Shrug"
__module_version__ = "1.1"
__module_description__ = "Shrugs with /SHRUG [target]"
__author__ = 'Geoffrey Mon @GEOFBOT'
@GEOFBOT
GEOFBOT / flink-debug.fish
Created June 6, 2016 15:28
A little fish shell function to run an Apache Flink job that waits for a JVM debugger to connect to localhost:5005