Skip to content

Instantly share code, notes, and snippets.

View cesarLDsousa's full-sized avatar
👨‍💻
coding

Cesar Luiz de Sousa Jr. cesarLDsousa

👨‍💻
coding
View GitHub Profile
@cesarLDsousa
cesarLDsousa / git.sh
Last active February 22, 2024 16:53
Github and Bitbucket configuration for .zshrc
# colors
RED='\033[0;31m'
GREEN='\033[0;32m'
GRAY='\033[0;37m'
BLUE='\033[0;94m'
YELLOW='\033[0;33m'
NC='\033[0m' # No Color
# emojis
SUCCESS_EMOJI="✅"
@cesarLDsousa
cesarLDsousa / .zshrc
Last active February 21, 2024 12:32 — forked from diegolikescode/.zshrc
my .zshrc
export PATH=$HOME/.config/composer/vendor/bin:$PATH
export ZSH="$HOME/.oh-my-zsh"
ZSH_THEME="spaceship"
plugins=(git)
alias mynvim='cd ~/.config/nvim/lua/user/ && nvim'
alias gc-github='git-config --github'