Skip to content

Instantly share code, notes, and snippets.

View nicolasteofilo's full-sized avatar
💻
Working and Focused

Nicolas Teófilo nicolasteofilo

💻
Working and Focused
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 January 8, 2023 18:36
VsCode Seettings
{
"terminal.integrated.fontSize": 14,
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "newUntitledFile",
"polacode.backgroundColor": "#6633CC",
"editor.tabSize": 2,
"editor.fontSize": 14,