Centralized dotfiles.conf, revamped stuff.

This commit is contained in:
Aaron D. Lee
2025-12-14 15:51:49 -05:00
parent fece4e7d3e
commit 5a82f9046b
8 changed files with 505 additions and 506 deletions

12
.gitignore vendored
View File

@@ -1,4 +1,3 @@
cat > .gitignore << 'EOF'
# OS files
.DS_Store
Thumbs.db
@@ -10,10 +9,19 @@ Thumbs.db
# Local machine-specific configs
*.local
.zshrc.local
# Sensitive information
.env
.env.*
secrets/
EOF
.git-credentials
# Espanso backups
espanso/match/*.backup
# Editor files
*.swp
*.swo
.idea/
.vscode/