From 4ffbcd5f25a5e07d043500c8deb096a70fbc2804 Mon Sep 17 00:00:00 2001 From: HagaSpa Date: Fri, 12 Sep 2025 15:07:16 +0900 Subject: [PATCH] docs: add settings.sh documentation to README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add settings.sh script information to README.md including: - Description in Scripts section - Execution command in Quick Start section 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 11cf4a9..a6e9327 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ cd ~/workspaces/hagaspa/dotfiles # Create symbolic links for configuration files ./link.sh + +# Configure macOS system settings +./settings.sh ``` ## What's Included @@ -50,6 +53,11 @@ Installs Homebrew, all brew packages from Brewfile, and Google Cloud CLI. ### `link.sh` Creates symbolic links for configuration files from this repository to their expected locations in your home directory. Existing files are backed up with a `.bak` extension. +### `settings.sh` +Configures macOS system settings for optimal development experience. Currently includes: +- Disables press-and-hold for keys in favor of key repeat (allows holding keys to repeat instead of showing accent menu) +- Requires system restart for changes to take effect + ## Requirements - macOS (Apple Silicon recommended)