Skip to content

Instantly share code, notes, and snippets.

View omarsotillo's full-sized avatar
🍳
Turning the omelette

Omar Sotillo Franco omarsotillo

🍳
Turning the omelette
View GitHub Profile
@omarsotillo
omarsotillo / keybase.md
Created March 25, 2019 20:51
keybase.md

Keybase proof

I hereby claim:

  • I am omarsotillo on github.
  • I am omarsotillo (https://keybase.io/omarsotillo) on keybase.
  • I have a public key ASCStOqhLvzFzfLYZpSWPl8WjIIxDH7ajHfhOKAQt_6yXQo

To claim this, I am signing this object:

@omarsotillo
omarsotillo / mysql2-install.rb
Created December 3, 2020 09:57
Gem install mysql2 with local config
gem install mysql2 -v '0.5.3' -- \
--with-mysql-include=/usr/local/Cellar/mysql-client/5.7.23_1/include/mysql \
--with-mysql-config=/usr/local/Cellar/mysql-client/5.7.23_1/bin/mysql_config \
--with-ldflags=-L/usr/local/opt/openssl/lib