Skip to content

Instantly share code, notes, and snippets.

View diegolikescode's full-sized avatar
🐪
Camelling

diego diegolikescode

🐪
Camelling
View GitHub Profile
@diegolikescode
diegolikescode / gitconfig global
Last active April 15, 2023 14:53
gitconfig global
[user]
email = diegoprestes.git@hotmail.com
name = diegolikescode
[core]
editor = vim
[alias]
s = !git status -s
c = !git add --all && git commit -m
l = !git log --pretty=format:'%C(blue)%h%C(red)%d %C(white)%s - %C(cyan)%cn, %C(green)%cr'
cm = !git checkout master && git pull origin master

Github Two-Factor Authentication (2FA) for Brazil via SMS

The Github doesn't provide country code for Brazil (+55). To add this option, just run the code below in your console. The option Brazil +55 will be the first on the list, already selected:


🇧🇷 [pt-BR]

Autenticação em dois fatores (2FA) do GitHub para o Brasil via SMS

@diegolikescode
diegolikescode / .zshrc
Created February 15, 2024 22:36
my .zshrc
export ZSH="$HOME/.oh-my-zsh"
ZSH_THEME="spaceship"
plugins=(git)
alias intellij="/opt/idea-community/bin/idea.sh"
alias nvim="~/installs/nvim-linux64/bin/nvim"
alias gatling="/home/camel/gatling/3.10.3/bin/gatling.sh"