Comprehensive Arch Linux system configuration and automation repository designed for AI agent development.
src/- Source code and implementationsetup-scripts/- System installation and package management scriptsconfig-files/- Configuration files and dotfilesautomation/- Deployment and automation utilitiestests/- Validation and testing scriptsdocker/- Docker setup and containerization
docs/- Documentation and guidesAGENTS.md- AI agent development guidelines
# Clone repository
git clone https://github.com/lkjsxc/dotfiles.git ~/dotfiles
cd ~/dotfiles
# Run initial setup
./src/setup-scripts/install-system.sh
# Configure user environment
./src/setup-scripts/setup-user.sh
# Validate installation
./src/tests/validate-system.sh- Automated System Setup - Complete Arch Linux installation automation
- Package Management - Comprehensive software installation with pacman/yay
- Development Environment - VSCode, Neovim, Git configuration
- Japanese Language Support - fcitx5 + mozc input method
- Gaming Setup - Lutris and gaming tools
- Network Storage - Samba client configuration
- Docker Platform - Complete containerization setup
- AI-First Design - Optimized for AI agent development workflow
See docs/README.md for complete documentation.
- Arch Linux (x86_64)
- Internet connection for package installation
- Sudo access for system configuration
Apache License 2.0 - see LICENSE for details.