Skip to content

Instantly share code, notes, and snippets.

View sinourain's full-sized avatar

Luis Mario Urrea Murillo sinourain

  • Endava
  • Medellín, Colombia
View GitHub Profile

Keybase proof

I hereby claim:

  • I am sinourain on github.
  • I am sinourain (https://keybase.io/sinourain) on keybase.
  • I have a public key ASDhLw0mk6-hxWkvCTm1gEWrYQPsSpkbd6WZD3fdd5xdgQo

To claim this, I am signing this object:

@sinourain
sinourain / gist:9bed1e75ef8bf6b84a0adc11febdc2af
Created October 24, 2019 14:33
my Sublime Text 3 preferences
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Theme - Dark Material/schemes/Dark-Material.tmTheme",
"font_options":
[
"gray_antialias"
],
"font_size": 17,
"ignored_packages":
@sinourain
sinourain / .zshrc
Last active October 22, 2023 19:01
# export PATH=/opt/homebrew/bin:$PATH
# Zplug configuration
export ZPLUG_HOME=$HOME/.zplug
source $ZPLUG_HOME/init.zsh
# Theme RobbyRussel
zplug "themes/robbyrussell", from:oh-my-zsh
zplug "robbyrussell/oh-my-zsh", use:"lib/*.zsh"
@sinourain
sinourain / Preferences.sublime-settings - User
Created November 13, 2018 14:17
sublime user preferences
{
"bold_folder_labels": true,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"capybara-*.html",
"capybara-*.html",
"bower_components/*.*",
".tmp/*.*",
"platforms/android/*.*"