Skip to content

Instantly share code, notes, and snippets.

View efuentesp's full-sized avatar

Edgar F. Fuentes Perea efuentesp

View GitHub Profile
@efuentesp
efuentesp / pensiones.rdl
Last active March 29, 2018 18:33
Ejemplo de definición del RDL
module pensiones {
enum Genero {
MALE: "Masculino"
FEMALE: "Femenino"
}
enum Parentesco {
CONYUGE: "Conyuge"
HIJO: "Hijo"
ASCENDIENTE: "Padre/Madre"
sudo apt-get update
sudo apt-get install qtile
sudo apt-add-repository ppa:tycho-s/ppa
sudo apt-get install qtile
sudo apt-get update
sudo apt-get install qtile
sudo mkdir ~/.config/qtile/
sudo nano ~/.config/qtile/config.py
exit
git --version
@efuentesp
efuentesp / i3-config
Created December 11, 2012 23:58
i3 config file
# This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
#
# Should you change your keyboard layout somewhen, delete
# this file and re-run i3-config-wizard(1).
#
# i3 config file (v4)
#
# Please see http://i3wm.org/docs/userguide.html for a complete reference!