Skip to content

Instantly share code, notes, and snippets.

View openjr's full-sized avatar

Jorge Rodriguez openjr

View GitHub Profile
@openjr
openjr / .zshrc
Created April 22, 2016 13:02
zsh config for oh-my-zsh
# Path to your oh-my-zsh installation.
export ZSH=/home/jorge/.oh-my-zsh
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="amuse"
# Uncomment the following line to use case-sensitive completion.
@openjr
openjr / Xdebug.ini
Last active August 29, 2015 14:20
XDebug Config
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_port=9000
xdebug.idekey=PHPSTORM
xdebug.remote_autostart=on
xdebug.profiler_output_dir=/home/jorge/php-profiles
xdebug.profiler_enable=0
xdebug.profiler_enable_trigger=1