I hereby claim:
- I am jjercx on github.
- I am jjercx (https://keybase.io/jjercx) on keybase.
- I have a public key ASDtLS67E1xelXwTSl5nhEWW8c1esATO--fmwTwhcwTg8Qo
To claim this, I am signing this object:
# 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 |
<?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> |
{ | |
// "workbench.colorTheme": "Ayu Dark Bordered", | |
"workbench.iconTheme": "material-icon-theme", | |
"editor.minimap.enabled": false, | |
"editor.showFoldingControls": "always", | |
"files.autoSave": "onFocusChange", | |
"files.trimTrailingWhitespace": true, | |
"editor.renderWhitespace": "boundary", | |
"breadcrumbs.enabled": true, | |
"files.eol": "\n", |
<?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>Label</key> | |
<string>user.launchkeep.middleclick</string> | |
<key>KeepAlive</key> | |
<true/> | |
<key>Program</key> | |
<string>/Applications/MiddleClick.app/Contents/MacOS/MiddleClick</string> |
[user] | |
name = Juan José Ramírez | |
email = [email protected] | |
[alias] | |
c = checkout | |
a = add | |
s = "!f() { git symbolic-ref --short HEAD && git status -s; }; f" | |
lg = log --oneline --decorate --all --graph | |
b = rev-parse --abbrev-ref HEAD | |
cb = checkout -b |
# alias | |
alias ip="ipconfig getifaddr en0" | |
alias mac="ifconfig en1 | awk '/ether/{print $2}'" | |
# nvm | |
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")" | |
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" | |
# Android for React Native | |
export ANDROID_HOME=$HOME/Library/Android/sdk |
# alias | |
alias ip="ipconfig getifaddr en0" | |
alias mac="ifconfig en1 | awk '/ether/{print $2}'" | |
# nvm | |
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")" | |
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" | |
# Android for React Native | |
export ANDROID_HOME=$HOME/Library/Android/sdk |
I hereby claim:
To claim this, I am signing this object:
{ | |
"workbench.colorTheme": "Ayu Light Bordered", | |
"workbench.iconTheme": "material-icon-theme", | |
"editor.minimap.enabled": false, | |
"editor.showFoldingControls": "always", | |
"files.autoSave": "onFocusChange", | |
"files.trimTrailingWhitespace": true, | |
"editor.renderWhitespace": "boundary", | |
"files.eol": "\n", | |
"files.trimFinalNewlines": true, |
[user] | |
name = Juan José Ramírez | |
email = [email protected] | |
[alias] | |
c = checkout | |
a = add | |
s = "!f() { git symbolic-ref --short HEAD && git status -s; }; f" | |
lg = log --oneline --decorate --all --graph | |
b = rev-parse --abbrev-ref HEAD |