Skip to content

Instantly share code, notes, and snippets.

View raizen74's full-sized avatar
🏠
Working from home

David Galera raizen74

🏠
Working from home
View GitHub Profile
@raizen74
raizen74 / VSCode-extensions.txt
Created February 2, 2026 11:15
VSCode Extensions
adpyke.codesnap
anthropic.claude-code
charliermarsh.ruff
docker.docker
eamodio.gitlens
esbenp.prettier-vscode
formulahendry.code-runner
github.vscode-github-actions
kisstkondoros.vscode-gutter-preview
ms-azuretools.vscode-containers
@raizen74
raizen74 / .zshrc
Created December 31, 2025 14:10
dotfiles
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$PATH
echo Starting ~/.zshrc
# Path to your Oh My Zsh installation.
export ZSH="$HOME/.oh-my-zsh"
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$HOME/.local/bin:$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init --path)"
export CDPATH=$(cd && ls -d */ | sed -e 's@^@$HOME/@' -e 's@/$@@' \
| tr ' ' ':' | xargs -I@ bash -c 'echo "$HOME:@:..:/"')