Skip to content

Instantly share code, notes, and snippets.

View Sheepolution's full-sized avatar

Sheepolution Sheepolution

View GitHub Profile
package;
import flixel.FlxCamera;
import flixel.FlxG;
import flixel.FlxSprite;
import flixel.FlxState;
import flixel.util.FlxColor;
import openfl.display.BitmapData;
import openfl.filters.ShaderFilter;
@Sheepolution
Sheepolution / cloudSettings
Last active February 12, 2020 18:21
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-02-12T18:21:46.659Z","extensionVersion":"v3.4.3"}
@Sheepolution
Sheepolution / .vsvimrc
Created February 6, 2019 12:59
My VS Vim configurations for Visual Studio 2013 using ReSharper commands.
syntax on
set ignorecase
set smartcase
set hlsearch
set wrap
set number
set autoindent
set smartindent
set cursorline
set smarttab
# i3status configuration file.
# see "man i3status" for documentation.
# It is important that this file is edited as UTF-8.
# The following line should contain a sharp s:
# ß
# If the above line is not correctly displayed, fix your editor first!
general {
colors = true
@Sheepolution
Sheepolution / i3wm_config
Last active February 10, 2019 16:24
i3wm config file
set $mod Mod4
set $TERMINAL urxvt
font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
font pango:DejaVu Sans Mono 10
font pango:DejaVu Sans Mono, Terminus Bold Semi-Condensed 11
font pango:Terminus 11px
# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod