Skip to content

Instantly share code, notes, and snippets.

View rrubiorr81's full-sized avatar

Richard Rubio Roche rrubiorr81

View GitHub Profile
@rrubiorr81
rrubiorr81 / tips_utilities
Created September 13, 2013 20:31
tips about utilities
/***Console2***/
Interesting guide about how to integrate the Console2 to GitBash.
http://lostechies.com/jimmybogard/2010/04/05/integrating-the-git-bash-into-console/
For puting some styles and colors to Console2, we could copy the configuration styles from: https://github.com/fschwiet/fschwiet-local-config/blob/master/console2.config.xml
@rrubiorr81
rrubiorr81 / interesting_new_tuts.txt
Last active December 21, 2015 05:09
tuts_to_follow.txt
git
bash, ssh, linux
laravel, doctrine, composer
tdd, tdd + php, wokflow
asp.net, EF, TFS, SQLSERVER
//apply firsts as together as possible...
/************************************************************************************************************************************************************/
function codeigniter() {
git clone https://github.com/EllisLab/CodeIgniter.git "$@" ;
}
//forked
@rrubiorr81
rrubiorr81 / Sublime course notes
Created August 11, 2013 16:01
Sublime course notes
General and useful info in [http://docs.sublimetext.info/en/latest/]
**check on xiki...
ctrl d -sel similar.
wheel btn -col sel
alt f3 -sel all
ctrl shft p -command pallete -> () install package... snippets...
ctrl p -search in files
ctrl r -search function classes on file
ctrl p@ -search file then search function class.