structure='tree -I '''venv*|env*|ENV*|.venv|.env|pycache|.pyc|.pyo|.pytest_cache|.mypy_cache|.coverage|htmlcov|.git|.gitignore|.github|.egg-info|dist|build|.build|node_modules|npm-debug.log|yarn-debug.log*|yarn-error.log*|.npm|.yarn|.next|.nuxt|out|.cache|.parcel-cache|.DS_Store|Thumbs.db|desktop.ini|.vscode|.idea|.swp|.swo|~|.ipynb_checkpoints|.jupyter|conda-meta|pkgs|logs|trackers|dev-tools|temp|tmp|.docker|.dockerignore|Dockerfile|coverage|.nyc_output|.tox|.nox|target|Cargo.lock|bin|obj|packages|.log|.tmp|*.temp''' .'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/zsh | |
| ################################################################# | |
| # 🛠️ DEVELOPMENT ALIASES & UTILITIES | |
| # Project structure visualization and development workflow helpers | |
| # Author: @trauco | |
| # Date Added: 2025-07-24 | |
| # Dependencies: tree | |
| ################################################################# | |
| ################################################################# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/zsh | |
| ################################################################# | |
| # 🚀 CLEAN ZSHRC CONFIGURATION | |
| # Simple Oh My Zsh setup that auto-loads .zsh files from custom/ | |
| # Author: @trauco | |
| # Last Updated: 2025-07-25 | |
| ################################################################# | |
| ################################################################# | |
| # 🏠 BASIC PATH CONFIGURATION |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "~/scripts/chrome/claude1.sh" | |
| Control+Alt + 1 | |
| "~/scripts/chrome/claude2.sh" | |
| Control+Alt + 2 | |
| "~/scripts/chrome/claude3.sh" | |
| Control+Alt + 3 | |
| "~/scripts/chrome/claude4.sh" | |
| Control+Alt + 4 | |
| "~/scripts/chrome/claude-personal.sh" | |
| Control+Alt + 5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "timestamp": { | |
| "format": "%Y-%m-%d %H:%M:%S", | |
| "position": { | |
| "x": "w-tw-10", | |
| "y": "h-th-10", | |
| "comment": "bottom-right corner" | |
| }, | |
| "font": { | |
| "size": 8, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gs://{bucket-name}/ | |
| └── archived/ | |
| └── {YYYY-MM-DD}/ | |
| └── {domain}/ | |
| └── workspace/ (or webdocs/) | |
| └── {original-folder-structure}/ | |
| └── {files} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pip install pandas numpy matplotlib seaborn openpyxl xlsxwriter ipywidgets nbconvert python-docx markdown plotly jupyter |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Activate your environment first | |
| conda activate ad-group-remediation-workflow | |
| # Install all pip packages from environment.yml | |
| pip install papaparse plotly kaleido nbformat jupyter-contrib-nbextensions python-docx docx2txt markdown python-markdown xlwings | |
| # For Windows only (skip on Linux): | |
| # pip install pywin32 | |
| # Enable jupyter extensions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # NVIDIA/Display Comprehensive Diagnostic Script | |
| # Output file | |
| OUTPUT="nvidia_diagnostic_$(date +%Y%m%d_%H%M%S).log" | |
| echo "NVIDIA/Display Diagnostic Report - $(date)" | tee $OUTPUT | |
| echo "============================================" | tee -a $OUTPUT | |
| # System info |
NewerOlder