Personal utilities: shell scripts, Python scripts, Chrome extensions, and more.
bin/— executable shell scriptszsh/— zsh configuration, intended to be sourced from~/.zshrcpython/— Python scriptschrome-extensions/— Chrome extension source code
Clone the repo:
git clone https://github.com/wcmac/utils.git ~/utils
Source the shared zsh config from ~/.zshrc:
source ~/utils/zsh/common.zsh
This sets up PATH (including ~/utils/bin/), aliases, prompt, and other shell configuration.