Skip to content

Instantly share code, notes, and snippets.

View iTrauco's full-sized avatar

Christopher Trauco iTrauco

View GitHub Profile
@iTrauco
iTrauco / zsh_aliases.md
Created November 4, 2025 20:28
structure

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''' .'

#!/bin/zsh
#################################################################
# 🛠️ DEVELOPMENT ALIASES & UTILITIES
# Project structure visualization and development workflow helpers
# Author: @trauco
# Date Added: 2025-07-24
# Dependencies: tree
#################################################################
#################################################################
@iTrauco
iTrauco / .zshrc
Created September 16, 2025 12:03
#!/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
"~/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
{
"timestamp": {
"format": "%Y-%m-%d %H:%M:%S",
"position": {
"x": "w-tw-10",
"y": "h-th-10",
"comment": "bottom-right corner"
},
"font": {
"size": 8,
gs://{bucket-name}/
└── archived/
└── {YYYY-MM-DD}/
└── {domain}/
└── workspace/ (or webdocs/)
└── {original-folder-structure}/
└── {files}
pip install pandas numpy matplotlib seaborn openpyxl xlsxwriter ipywidgets nbconvert python-docx markdown plotly jupyter
# 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

Python

pycache/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/

#!/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