View rofi.lua
--[[ | |
rofi.lua - rofi-powered menus for awesome wm | |
Usage: | |
rofi = require("rofi") | |
change width (optional, default 500px): | |
rofi.width=300 | |
bind to key: |
View civilwar.txt
// Civil War is Cleo mod for San Andreas. | |
// It toggles bunch of cheats to create civil war-like | |
// settings and adds counter of kills since last death. | |
// Type CIVILWAR to enable/disable the mod, and Tab to | |
// hide/show the counter. | |
// | |
// http://gist.github.com/RobSis/ | |
{$CLEO .cs} |
View conf.mvn
# a grc module for colourising the maven outputs | |
regexp=^\[WARNING\] | |
colours=bold yellow | |
count=once | |
- | |
regexp=^\[ERROR\] | |
colours=bold red | |
count=once | |
- |
View quakec.vim
" Vim syntax file | |
" Language: QuakeC | |
" Maintainer: Robert Siska <github.com/RobSis> | |
" Last Change: 2013 Mar 03 | |
" Quit when a (custom) syntax file was already loaded | |
if version < 600 | |
syntax clear | |
elseif exists("b:current_syntax") | |
finish |