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 / 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 / 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 / .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 / 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 / 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 / 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 / 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 / index.slim
Created October 21, 2013 02:46
HTML5 Boilerplate slim edition
doctype html
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
head
meta charset="utf-8"
meta http-equiv="X-UA-Compatible" content="IE-edge"
title
meta name="description" content=""
@pablox-cl
pablox-cl / 404.slim
Created October 24, 2013 02:39
HTML5 Boilerplate 404 error page slim edition
doctype html
html lang="en"
head
meta charset="utf-8"
title Page not found :(
css:
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
@pablox-cl
pablox-cl / log.txt
Last active December 26, 2015 17:38
Error log from composure.sh (draft function)
~ ❯❯❯ draft longest_line
+set-titles-preexec:1> zstyle -t :prezto:module:terminal auto-title
+set-titles-preexec:2> set-titles-with-command 'draft longest_line'
+set-titles-with-command:3> [[ '' == Apple_Terminal ]]
+set-titles-with-command:7> emulate -L zsh
+set-titles-with-command:8> setopt EXTENDED_GLOB
+set-titles-with-command:11> [[ draft == (fg|%*)(;|) ]]
+set-titles-with-command:26> local 'cmd=draft'
+set-titles-with-command:27> local 'truncated_cmd=draft'
+set-titles-with-command:28> unset MATCH