Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.16 KB

README.md

File metadata and controls

55 lines (38 loc) · 1.16 KB

Dotfiles

My personal dotfiles and system configurations, organized by machine and operating system.

Structure

dotfiles/
├── machines/
│   ├── linux/
│       └── arch/          # Arch Linux configurations
├── docs/                  # Documentation
├── .github/              # GitHub specific files
└── README.md

Quick Start

  1. Clone the repository:
git clone https://github.com/chocoOnEstrogen/dotfiles.git
cd dotfiles
  1. Navigate to your system's configuration:
cd machines/linux/arch  # For Arch Linux
  1. Run the installation script:
python3 install.py

Available Configurations

Linux

  • Arch Linux: Complete desktop environment with i3wm

Contributing

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/YourFeature)
  3. Make your changes
  4. Commit your changes (git commit -m 'feat: add new feature')
  5. Push to the branch (git push origin feature/YourFeature)
  6. Create a Pull Request

License

This project is licensed under the CC0 1.0 License - see the LICENSE file for details.