This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use-standard-socket | |
pinentry-program /usr/local/bin/pinentry |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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. | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
legacy_version_file = yes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" : { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[core] | |
excludesfile = ~/.gitignore_global | |
editor = code --wait | |
[commit] | |
gpgSign = true | |
[push] | |
default = current | |
followTags = true | |
[user] | |
name = R. A. Souza |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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")) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$$$$$""""""??"""""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??? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |