Skip to content

Instantly share code, notes, and snippets.

View jjercx's full-sized avatar

Juan José Ramírez Calderón jjercx

View GitHub Profile
@jjercx
jjercx / juanjo-light.itermcolors
Created August 17, 2020 14:54
custom light colors for iterm2
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Ansi 0 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.0</real>
@jjercx
jjercx / .zshrc
Created July 12, 2019 14:45
My `.zshrc` to this date
# If you come from bash you might have to change your $PATH.
export PATH=$HOME/bin:/usr/local/bin:$PATH
#export PATH=~/miniconda3/bin:$PATH
export PATH=$HOME/Developer/projects/dp2/laravel/vacasfelices/vendor/bin:$PATH
export GOPATH="${HOME}/go"
export GOROOT="$(brew --prefix golang)/libexec"
export PATH="$PATH:${GOPATH}/bin:${GOROOT}/bin"
export AWS_REGION=us-east-1
export AWS_PROFILE=lf_dev
export POSTGRESQL_CONNECTION=postgresql://postgres:postgres@localhost/vulnerability_development?sslmode=disable