From 10fcd44cd51261d22d3f457b72f11bbc784e906a Mon Sep 17 00:00:00 2001 From: Tyler Mac Date: Wed, 19 Aug 2026 18:58:24 -0400 Subject: [PATCH] comment --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a7fd9a6..9dc468d 100644 --- a/README.md +++ b/README.md @@ -30,14 +30,16 @@ This repository contains a Nix flake configuration for setting up a development - **Docker Client** - For container management - **Docker Compose** - For multi-container applications +## Git Configuration +- **User Name**: Configurable during setup +- **User Email**: Configurable during setup + ## Usage To use this configuration with Home Manager: 1. Make sure you have Nix installed -2. - a) Run `home-manager switch` to apply the configuration - b) Run with `nix run nixpkgs#home-manager -- switch --flake https://gitea.tylerbohrer.dev/tyler/my-default-nix-home` +2. Run `home-manager switch` to apply the configuration The configuration will set up: - Default shell to zsh @@ -46,6 +48,7 @@ The configuration will set up: - Terminal to use alacritty - All language servers properly configured - Docker support for containerized development +- Git user configuration (name and email) ## Customization @@ -84,4 +87,4 @@ All supported languages include their respective language servers for enhanced I htop is included for process monitoring and system resource tracking. ### tmux Integration -Uses the tmux package from jakehamilton/tmux repository for enhanced tmux functionality. +Uses the tmux package from jakehamilton/tmux repository for enhanced tmux functionality. \ No newline at end of file