Skip to content

Instantly share code, notes, and snippets.

View elmerehbi's full-sized avatar

Ibrahim El Merehbi elmerehbi

View GitHub Profile
@elmerehbi
elmerehbi / keybindings.pl
Created November 5, 2016 22:16 — forked from elgalu/keybindings.pl
Export Ubuntu shortcuts: keybindings.pl -e keys.csv ;; Import (DANGER) Ubuntu shortcuts: keybindings.pl -i keys.csv
#!/usr/bin/perl
use strict;
my $action = '';
my $filename = '-';
for my $arg (@ARGV){
if ($arg eq "-e" or $arg eq "--export"){
$action = 'export';
@elmerehbi
elmerehbi / r-customize.R
Last active November 3, 2015 05:16
Rscript - R Customization Script
####################################
## R environment customization script
# to automate package installation
# repo is maintained at http://bit.ly/r-customize-script
####################################
## To run execute in a terminal:
# Rscript r-customize.R # depends on R being installed
####################################
## Some relevant links
# Rstudio's Quick list of useful R packages: http://bit.ly/useful_R_packages