Skip to content

jom-sq/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Scripts

A collection of automation scripts for macOS development workflows.

Scripts

Script Description
cleanup-worktrees Automatically removes stale git worktrees
weekly-maintenance Runs brew update/upgrade and topsoil compost on a schedule

Installation

Each script has its own folder with:

  • The executable script (.sh)
  • A README.md with setup instructions and launchd plist examples

Quick Start

# Clone the repo
git clone https://github.com/jom-sq/scripts.git

# Install a script
mkdir -p ~/bin
cp scripts/<script-name>/<script-name>.sh ~/bin/
chmod +x ~/bin/<script-name>.sh

# Follow the README in each folder to set up launchd scheduling

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages