Skip to content

Instantly share code, notes, and snippets.

View pablox-cl's full-sized avatar

Pablo Olmos de Aguilera Corradini pablox-cl

View GitHub Profile
@pablox-cl
pablox-cl / Gruntfile.js
Last active December 25, 2015 11:48
Gruntfile that's generating slow performance with vim-javascript
// Generated on 2013-10-13 using generator-webapp 0.4.3
'use strict';
// # Globbing
// for performance reasons we're only matching one level down:
// 'test/spec/{,*/}*.js'
// use this if you want to recursively match all subfolders:
// 'test/spec/**/*.js'
module.exports = function (grunt) {
@pablox-cl
pablox-cl / PKGBUILD.gitignore
Created September 22, 2013 23:03
The .gitignore that I use for building PKGBUILD for the AUR.
# ignore everything
*
!.gitignore
# except PKGBUILD needed files
!PKGBUILD
!*.install
!ChangeLog
# common wing-man files
@pablox-cl
pablox-cl / colemak
Last active December 11, 2015 09:38
Colemak Edition Dreymar Special Symbols
// $XKeyboardConfig$
// *****************************************************************************************
// ****** ******
// ***** Colemak layouts - additions, locales and learning steps as variants *****
// ***** by Øystein Bech "DreymaR" Gadmar, 2011 *****
// ****** ******
// *****************************************************************************************
default
@pablox-cl
pablox-cl / ttf-meslo.PKGBUILD
Last active December 11, 2015 09:28
Meslo font pkgbuild
# Maintainer: Pablo Olmos de Aguilera C. <pablo at glatelier dot org>
# Contributor: name <david at goodlad dot ca>
# Contributor: name <tang0th at gmx dot com>
pkgname=ttf-meslo
_pkgname=Meslo
pkgver=1.2.1
pkgrel=1
pkgdesc="Meslo LG is a customized version of Apple's Menlo font (includes DZ version)"
arch=('any')
@pablox-cl
pablox-cl / .tmux.conf
Created September 7, 2012 20:55
Tmux configuration
# Use C-a instead of C-b as the prefix
set -g prefix C-a
unbind-key C-b
bind-key C-a send-prefix
#set 256 colors
set -g default-terminal "screen-256color"
# set default shell
#set -g default-command "exec /bin/bash"
@pablox-cl
pablox-cl / PKGBUILD
Created July 25, 2012 15:35
lib32-flashplugin10 10.3.183.20
# Maintainer: jtts
# Contributor: Pablo Olmos de Aguilera C. <pablo at glatelier dot org>
pkgname=lib32-flashplugin10
_filename="fp_10.3.183.20_archive"
_licensefile='Reader_Player_AIR_WWEULA-Combined-20080204_1313.pdf'
pkgver=10.3.183.20
pkgrel=1
pkgdesc='Adobe Flash Player v10 (32-bit) - multilib version for x86_64 with working HW accelerated scaling'
url='http://kb2.adobe.com/cps/142/tn_14266.html'
@pablox-cl
pablox-cl / TTYtter 2.0.00 PKGBUILD
Created June 7, 2012 21:15
TTYtter 1.2.5.00 -> 2.0.00 PKGBUILD Upgrade
# Maintainer: Peter Richard Lewis <plewis@aur.archlinux.org>
# Contributor: TDY <tdy@gmx.com>
# Contributor: Roberto Viola <cagnulein@gmail.com>
pkgname=ttytter
pkgver=2.0.00
pkgrel=1
pkgdesc="A multi-functional, command-line twitter client"
arch=('any')
url="http://www.floodgap.com/software/ttytter/"
@pablox-cl
pablox-cl / beta.txt
Created June 7, 2012 21:10
TTYtter 2.0.00b9
#!/usr/bin/perl -s
#########################################################################
#
# TTYtter v2.0 (c)2007-2012 cameron kaiser (and contributors).
# all rights reserved.
# http://www.floodgap.com/software/ttytter/
#
# distributed under the floodgap free software license
# http://www.floodgap.com/software/ffsl/
#
@pablox-cl
pablox-cl / tint2rc.light
Created May 1, 2012 23:13
Tint2 configuration file for black backgrounds
# Tint2 config file
# Generated by tintwizard (http://code.google.com/p/tintwizard/)
# For information on manually configuring tint2 see http://code.google.com/p/tint2/wiki/Configure
# To use this as default tint2 config: save as $HOME/.config/tint2/tint2rc
# Background definitions
# ID 1 - Systray
rounded = 7
border_width = 2
@pablox-cl
pablox-cl / PKGBUILD
Created August 26, 2011 18:40
PKGBUILD for Illumination Software Creator
# Maintainer: Jason Pollitt snostormjp gmail
# Contributor: Pablo Olmos de Aguilera Corradini <pablo at glatelier dot org>
# Contributor: http://www.radicalbreeze.com
pkgname=illumination-software-creator
pkgver=3.2
pkgrel=2
pkgdesc="Illumination Software Creator Graphical programing that Produces source code"
url="http://radicalbreeze.com/"
arch=('i686' 'x86_64')
license=('shareware')