Skip to content

Instantly share code, notes, and snippets.

View birobirobiro's full-sized avatar
🏠
Working from home

João Inácio Neto birobirobiro

🏠
Working from home
View GitHub Profile
{
timestamp: 1691681180238,
context: {
external_urls: {
spotify: 'https://open.spotify.com/playlist/37i9dQZF1DXdLK5wjKyhVm'
},
href: 'https://api.spotify.com/v1/playlists/37i9dQZF1DXdLK5wjKyhVm',
type: 'playlist',
uri: 'spotify:playlist:37i9dQZF1DXdLK5wjKyhVm'
@birobirobiro
birobirobiro / config.json
Created April 14, 2023 17:44
settings mini video me
{
"language": "default",
"theme": "borderless",
"customLanguages": [
{
"id": "custom",
"displayName": "Custom",
"dictionary": {
"default": "Default",
"language": "Language",
{"Key Mappings":{"0x9-0x40000":{"Text":"","Action":32},"0xf72b-0x100000":{"Text":"","Action":4},"0xf72d-0x20000":{"Text":"","Action":8},"0xf703-0x300000":{"Text":"","Action":0},"0xf701-0x300000":{"Text":"","Action":6},"0xf72d-0x100000":{"Text":"","Action":8},"0x7f-0x100000-0x33":{"Version":1,"Label":"","Text":"0x15","Action":11},"0x19-0x60000":{"Text":"","Action":39},"0xf702-0x300000":{"Text":"","Action":2},"0xf703-0x320000":{"Text":"","Action":34},"0xf700-0x300000":{"Text":"","Action":7},"0xf703-0x280000-0x7c":{"Version":1,"Label":"","Text":"d","Action":10},"0xf72c-0x100000":{"Text":"","Action":9},"0xf729-0x100000":{"Text":"","Action":5},"0x7f-0x80000-0x33":{"Version":1,"Label":"","Text":"0x17","Action":11},"0xf72c-0x20000":{"Text":"","Action":9},"0xf702-0x280000-0x7b":{"Version":1,"Label":"","Text":"c","Action":10},"0xf702-0x320000":{"Text":"","Action":33}},"Touch Bar Items":{}}
@birobirobiro
birobirobiro / profile.json
Last active October 31, 2022 13:57
iTerm2 Profile
{
"Profiles": [
{
"Ansi 5 Color" : {
"Red Component" : 0.96078431372549022,
"Color Space" : "sRGB",
"Blue Component" : 0.90588235294117647,
"Alpha Component" : 1,
"Green Component" : 0.76078431372549016
},
@birobirobiro
birobirobiro / settings.json
Last active February 5, 2024 14:04
Configs VS Code
{
"editor.formatOnSave": true,
"explorer.compactFolders": false,
"workbench.iconTheme": "symbols",
//Configura o tamanho e família da fonte
"editor.inlayHints.fontFamily": "Victor Mono",
"editor.fontFamily": "Victor Mono",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.lineHeight": 24,
@birobirobiro
birobirobiro / mini-video-me.json
Created May 24, 2022 02:46
Config mini-video-me
{
"language": "default",
"theme": "custom",
"customLanguages": [
{
"id": "custom",
"displayName": "Custom",
"dictionary": {
"default": "Default",
"language": "Language",
@birobirobiro
birobirobiro / settings.json
Created September 22, 2021 01:03
Adicionar fonte itálico em temas não itálicos no VSCode
{
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": [
"emphasis",
"markup.italic",
"entity.name.directive.restructuredtext",
"markup.quote",
"keyword.expressions-and-types.swift",
Política Privacidade A sua privacidade é importante para nós. É política do myOnix respeitar a sua privacidade em relação a qualquer informação sua que possamos coletar no site myOnix, e outros sites que possuímos e operamos. Solicitamos informações pessoais apenas quando realmente precisamos delas para lhe fornecer um serviço. Fazemo-lo por meios justos e legais, com o seu conhecimento e consentimento. Também informamos por que estamos coletando e como será usado. Apenas retemos as informações coletadas pelo tempo necessário para fornecer o serviço solicitado. Quando armazenamos dados, protegemos dentro de meios comercialmente aceitáveis ​​para evitar perdas e roubos, bem como acesso, divulgação, cópia, uso ou modificação não autorizados. Não compartilhamos informações de identificação pessoal publicamente ou com terceiros, exceto quando exigido por lei. O nosso site pode
@birobirobiro
birobirobiro / .zshrc
Last active July 20, 2023 12:31
Configurações do Oh My Zsh no Mac
# Fig pre block. Keep at the top of this file.
[[ -f "$HOME/.fig/shell/zshrc.pre.zsh" ]] && builtin source "$HOME/.fig/shell/zshrc.pre.zsh"
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH=$HOME/.oh-my-zsh
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
@birobirobiro
birobirobiro / .hyper.js
Last active January 3, 2023 16:28 — forked from icastilhog/.hyper.js
Configurações do Hyper no Mac
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',