No description
Find a file
2026-05-27 10:42:22 -04:00
scripts re-work update forgejo script 2026-05-14 15:57:10 -04:00
.gitignore Add gitignore and dock management script 2025-03-13 18:07:32 -04:00
LICENSE Update README and add MIT license 2025-03-26 23:10:20 +04:00
README.md update readme 2026-05-27 10:42:22 -04:00

  ██████╗██████╗ ██╗   ██╗███╗   ██╗ ██████╗██╗  ██╗██████╗  █████╗ ███╗   ██╗ ██████╗ 
 ██╔════╝██╔══██╗██║   ██║████╗  ██║██╔════╝██║  ██║██╔══██╗██╔══██╗████╗  ██║██╔════╝ 
 ██║     ██████╔╝██║   ██║██╔██╗ ██║██║     ███████║██████╔╝███████║██╔██╗ ██║██║  ███╗
 ██║     ██╔══██╗██║   ██║██║╚██╗██║██║     ██╔══██║██╔══██╗██╔══██║██║╚██╗██║██║   ██║
 ╚██████╗██║  ██║╚██████╔╝██║ ╚████║╚██████╗██║  ██║██████╔╝██║  ██║██║ ╚████║╚██████╔╝
  ╚═════╝╚═╝  ╚═╝ ╚═════╝ ╚═╝  ╚═══╝ ╚═════╝╚═╝  ╚═╝╚═════╝ ╚═╝  ╚═╝╚═╝  ╚═══╝ ╚═════╝ 
                                                                          #! scripts

Crunchbang

A personal collection of utility scripts for macOS and for server administration of Linux.

Scripts

Script Platform Description
dock.sh macOS Manage Dock settings (check tile size, reset to defaults)
movefiles.sh macOS Move files matching a search word between directories
toggle-metal-hud.sh macOS Toggle the Metal GPU performance HUD on/off

Usage

Scripts live in the scripts/ directory. Run any script without arguments for usage info.

git clone https://github.com/yourusername/crunchbang.git
cd crunchbang
chmod +x scripts/*.sh

Requirements

  • macOS or Linux
  • Bash