Skip to content

Instantly share code, notes, and snippets.

View VetAran's full-sized avatar
💭
Learning. Always learning.

Vet Aran VetAran

💭
Learning. Always learning.
  • Louisiana
  • 03:09 - 5h behind
View GitHub Profile
@VetAran
VetAran / sysupd8.sh
Created May 27, 2025 11:55
sysupd8.sh – A Unix-Based System Update Script A lightweight, automated maintenance tool for macOS, streamlining system updates, Homebrew, and Python package management while maintaining structured diagnostic logs. Designed for efficiency, with future plans to evolve into a modular, function-driven workflow. Released under the MIT License for fr…
#!/bin/bash
# ---Name the update script---
# sysupd8.sh - Optimized system update and maintenance script for macOS
# Script automates key update and logging processes,
# including self-updating the script itself.
# It manages system diagnostic logs (keeping up to 19 total),
# updates the macOS software, then Homebrew packages,
# then Python packages via pip3.
@VetAran
VetAran / config-highlight.cfg
Created March 21, 2018 22:39 — forked from dsosby/config-highlight.cfg
A dark highlighting theme for Python's IDLE IDE based on Notepad++'s Obsidian color scheme
[Obsidian]
definition-foreground = #678CB1
error-foreground = #FF0000
string-background = #293134
keyword-foreground = #93C763
normal-foreground = #E0E2E4
comment-background = #293134
hit-foreground = #E0E2E4
builtin-background = #293134
stdout-foreground = #678CB1