Skip to content

Instantly share code, notes, and snippets.

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

Jorge Alarcon jorgeav527

🏠
Working from home
View GitHub Profile
@jorgeav527
jorgeav527 / dotfiles_bootstrap.sh
Last active September 10, 2026 16:59
bootstrap for dotfiles ansible repo
#!/usr/bin/env bash
set -euo pipefail
GITHUB_USER="jorgeav527"
REPO_NAME="dotfiles"
PROJECTS_DIR="$HOME/Projects"
DOTFILES_DIR="$PROJECTS_DIR/$REPO_NAME"
KEY_PATH="$HOME/.ssh/id_ed25519_github"
# Force read from /dev/tty so curl | bash handles interactive input
@jorgeav527
jorgeav527 / .gitignore
Last active October 6, 2025 16:52
zed personal configuration
*.tmp*
theme/