From f31a365123c9c1269e36ee84dc4e6ad5693b2ac0 Mon Sep 17 00:00:00 2001 From: Niladri Das Date: Sun, 1 Mar 2026 04:22:40 +0530 Subject: [PATCH] fix: update readme branding --- README.md | 4 ++-- github-dotfiles.png => dotfiles-for-mac.png | Bin 2 files changed, 2 insertions(+), 2 deletions(-) rename github-dotfiles.png => dotfiles-for-mac.png (100%) diff --git a/README.md b/README.md index 7cd8739..f8846ad 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# GitHub Dotfiles +# Dotfiles for Mac -GitHub Dotfiles Logo +Dotfiles for Mac Logo This repository provides a comprehensive toolkit for developers, including global Git hooks for consistent commit standards and author identity, automated Mac setup scripts with robust error handling and logging for essential development tools (Python, Node.js, Rust, Go, Flutter, Ollama, Gemini CLI, KiloCode CLI, etc.), security scanning bot (Trivy) for vulnerability detection, a Dart-based CLI with help and testing, a Rust-based Ollama model manager, and automated version bump system. It ensures secure, standardized, and efficient development workflows across projects. diff --git a/github-dotfiles.png b/dotfiles-for-mac.png similarity index 100% rename from github-dotfiles.png rename to dotfiles-for-mac.png