Skip to content

Instantly share code, notes, and snippets.

View ananyacleetus's full-sized avatar
🤡

Ananya W Cleetus ananyacleetus

🤡
View GitHub Profile
@rustybailey
rustybailey / xbox360.ini
Created February 13, 2017 00:12
Xbox 360 Controller - Dolphin Mapping
[Profile]
Device = XInput/0/Gamepad
Buttons/A = Button A
Buttons/B = Button B
Buttons/X = Button X
Buttons/Y = Button Y
Buttons/Z = Shoulder R
Buttons/Start = Start
Main Stick/Up = Left Y+
Main Stick/Down = Left Y-
@liamdon
liamdon / gist:2467603
Created April 22, 2012 23:53
CoffeeScript, Jade and Stylus syntax highlighting in Sublime Text 2

Step 1: Clone the bundles into your Sublime Text packages directory

cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
git clone git://github.com/jashkenas/coffee-script-tmbundle CoffeeScript
git clone https://github.com/miksago/jade-tmbundle.git Jade
git clone https://github.com/LearnBoost/stylus.git Stylus

Step 2: Restart Sublime Text 2