Skip to content

Instantly share code, notes, and snippets.

View rasouza's full-sized avatar

Rodrigo Souza rasouza

View GitHub Profile
@rasouza
rasouza / main.rb
Created March 23, 2018 19:04
ConfigRecursive created by rasouza - https://repl.it/@rasouza/ConfigRecursive
require 'bundler/inline'
require './mock_classes'
gemfile true do
source 'http://rubygems.org'
gem 'config'
end
Config.load_and_set_settings(Config.setting_files(".", "dev"))
@rasouza
rasouza / .asdfrc
Last active December 5, 2019 02:10
ASDF manager
legacy_version_file = yes
@rasouza
rasouza / profile.json
Last active July 26, 2020 16:46
iTerm2
{
"Working Directory" : "\/Users\/rasouza",
"Prompt Before Closing 2" : false,
"Selected Text Color" : {
"Green Component" : 0.098039215686274508,
"Blue Component" : 0.098039215686274508,
"Red Component" : 0.098039215686274508
},
"Rows" : 25,
"Ansi 11 Color" : {
@rasouza
rasouza / motd
Last active August 9, 2020 20:50
/etc/motd
$$$$$""""""??"""""3$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$c d$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$???$$$$$$$$$$$$$$$$????$$$
$$$$$$$ $$$$`"""""")$$$$,`"""""",$$$P" . '""" J `""""`.. `?$
$$$$$$$ dk $$$$h $$$$$$L ;$$$" :$$$ dk J$$> $
$$$$$$E d$$L `$$$$ :$$$$$$h 9$$ 9$$$h .$E 9$$L,uzcd$
$$P""" :$$$$. 9$$$ :$$$$$$$ 9$F $$$$$$hd$$E 9P""?$$$$$
P" "$$$$ `$$$ :$$$?$$$ 9$> $$$$$$$$$$$ " `' 9
"??' ?$$> :P" "$ 9$> $$$$$$$F?$$ ;cc, z$
c,cdF . u `?$> :> 4 9$k 9$$$$$$ $$ 9$$$?dd???
@rasouza
rasouza / gpg-agent.conf
Created August 9, 2020 21:09
~/.gnupg/gpg-agent.conf
use-standard-socket
pinentry-program /usr/local/bin/pinentry
# Generated by Powerlevel10k configuration wizard on 2019-12-04 at 22:37 -03.
# Based on romkatv/powerlevel10k/config/p10k-classic.zsh, checksum 14461.
# Wizard options: nerdfont-complete + powerline, large icons, classic, darkest,
# angled separators, sharp heads, flat tails, 2 lines, disconnected, no frame, sparse,
# many icons, fluent, transient_prompt, instant_prompt=verbose.
# Type `p10k configure` to generate another config.
#
# Config for Powerlevel10k with classic powerline prompt style. Type `p10k configure` to generate
# your own config based on it.
#
@rasouza
rasouza / .gitconfig
Last active July 13, 2021 01:45
Git Config
[core]
excludesfile = ~/.gitignore_global
editor = code --wait
[commit]
gpgSign = true
[push]
default = current
followTags = true
[user]
name = R. A. Souza
# Load the oh-my-zsh's library
antigen use oh-my-zsh
antigen bundles <<EOBUNDLES
# Bundles from the default repo (robbyrussell's oh-my-zsh)
aliases
asdf
autojump
command-not-found
direnv
@rasouza
rasouza / Brewfile
Last active September 8, 2022 08:41
tap "derailed/k9s"
tap "homebrew/bundle"
tap "homebrew/core"
tap "homebrew/cask-fonts"
brew "asdf"
brew "autojump"
brew "fd"
brew "fzf"
brew "gnupg"
brew "httpie"