Skip to content

Instantly share code, notes, and snippets.

View gprestes's full-sized avatar

Guilherme Heuser Prestes gprestes

View GitHub Profile
@gprestes
gprestes / keybase.md
Created December 9, 2016 20:57
keybase.md

Keybase proof

I hereby claim:

  • I am gprestes on github.
  • I am gprestes (https://keybase.io/gprestes) on keybase.
  • I have a public key ASBsR8FPCCEm-nGTjIY4lQB4FZ71MY2NL4SXULfk00qg-go

To claim this, I am signing this object:

@gprestes
gprestes / Brewfile
Last active October 10, 2019 15:08
Brewfile
tap "byron-tw/expend-rs", "https://github.com/Byron-TW/expend-rs"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "phrase/brewed"
tap "share-secrets-safely/cli"
tap "thoughtbot/formulae"
brew "openssl@1.1"
brew "ansible"
brew "autoconf"
@gprestes
gprestes / gist:357ccfc2fc677231b6219f19dd54f657
Last active January 10, 2018 14:33
Jenkins Plugins with Versions
Jenkins.instance.pluginManager.plugins.each {
println "${it.shortName}:${it.version}"
}
return