Skip to content

Instantly share code, notes, and snippets.

View levpa's full-sized avatar
🔥
Everything on fire but weʼre working

Lev Pasichnyi levpa

🔥
Everything on fire but weʼre working
View GitHub Profile
@levpa
levpa / settings.json
Last active July 3, 2024 11:06
Visual Studio Code settings
{
"files.autoSave": "afterDelay",
"explorer.confirmDelete": false,
"git.autofetch": true,
"terminal.external.osxExec": "iTerm.app",
"terminal.explorerKind": "external",
"terminal.integrated.defaultProfile.osx": "zsh",
"terminal.integrated.fontFamily": "MesloLGS NF",
"workbench.colorTheme": "Default Dark+",
"redhat.telemetry.enabled": false,
# Enable Powerlevel10k instant prompt.
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
export ZSH="$HOME/.oh-my-zsh"
export PATH="/opt/homebrew/bin:$PATH"
export PAGER="less"
export LESS="-FXR"
[user]
name = Name Surname
email = name.surname@domain.name
[core]
editor = code --wait
[push]
autoSetupRemote = true