Skip to content

Instantly share code, notes, and snippets.

View jeperico's full-sized avatar

João Périco jeperico

View GitHub Profile
@jeperico
jeperico / .zshrc
Last active October 12, 2025 18:24
oh-my-zshell config
# Path to your Oh My Zsh installation.
export ZSH="$HOME/.oh-my-zsh"
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
ZSH_THEME="spaceship-prompt/spaceship"
# Standard plugins can be found in $ZSH/plugins/
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
plugins=(git zsh-autosuggestions zsh-syntax-highlighting)