Skip to content

Instantly share code, notes, and snippets.

View nicolasteofilo's full-sized avatar
✒️
Coding

Nicolas Teófilo nicolasteofilo

✒️
Coding
View GitHub Profile
@nicolasteofilo
nicolasteofilo / .zshrc
Last active August 18, 2023 00:36
.zshrc
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
@nicolasteofilo
nicolasteofilo / settings.json
Last active December 28, 2025 01:03
VsCode Seettings
{
// ─────────────────────────────────────────────────────────────
// Editor: aparência / comportamento
// ─────────────────────────────────────────────────────────────
"editor.fontFamily": "FiraCode Nerd Font",
"editor.fontLigatures": true,
"editor.fontSize": 12,
"editor.lineHeight": 26,
"editor.tabSize": 2,
"editor.minimap.enabled": false,