Skip to content

Instantly share code, notes, and snippets.

View jeperico's full-sized avatar

João Périco jeperico

View GitHub Profile
@uBrunoow
uBrunoow / .zshrc
Last active October 11, 2025 13:41
# 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"
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
export PYENV_ROOT="$HOME/.pyenv"
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active October 14, 2025 06:36
Conventional Commits Cheatsheet