Home - lars-hagen/dotfiles GitHub Wiki

Development Environment Setup

Welcome to the documentation wiki for my development environment setup. This wiki contains detailed information about the configuration, tools, and workflows used in my development environment.

Quick Start Guide

  1. Clone and install:
git clone https://github.com/lars-hagen/dotfiles.git
cd dotfiles
./install.sh

For detailed instructions, see the Setup and Installation Guide.

Need quick command reference? Check out the Quick Reference Guide for common commands and workflows.

Core Components

Shell Environment

Development Tools

System Configuration

Documentation Index

Setup and Configuration

Development Environment

System Management

Repository Structure

./
├── README.md              # Overview and quick start
├── Brewfile              # Managed packages and applications
├── install.sh            # Automated setup script
├── .zshrc                # Shell configuration
├── .macos                # macOS-specific settings
├── .aerospace.toml       # AeroSpace window manager config
├── .config/              # Application configurations
│   ├── borders/         # Window border customization
│   ├── karabiner/       # Keyboard customization
│   ├── nvim/            # Neovim configuration
│   └── shell_gpt/       # AI shell assistant
├── bin/                  # Utility scripts
│   ├── aws-profile-management    # AWS profile and Browser integration
│   ├── dotfiles-dump-brew       # Update Brewfile from current packages
��   ├── dotfiles-manage          # Dotfiles management utilities
│   └── dotfiles-update-brew-wiki # Update Homebrew packages documentation
├── wiki/                 # Detailed documentation
└── Library/              # macOS Library configurations