My personal dotfiles and system configurations, organized by machine and operating system.
dotfiles/
├── machines/
│ ├── linux/
│ └── arch/ # Arch Linux configurations
├── docs/ # Documentation
├── .github/ # GitHub specific files
└── README.md
- Clone the repository:
git clone https://github.com/chocoOnEstrogen/dotfiles.git
cd dotfiles
- Navigate to your system's configuration:
cd machines/linux/arch # For Arch Linux
- Run the installation script:
python3 install.py
- Arch Linux: Complete desktop environment with i3wm
- Fork the repository
- Create a new branch (
git checkout -b feature/YourFeature
) - Make your changes
- Commit your changes (
git commit -m 'feat: add new feature'
) - Push to the branch (
git push origin feature/YourFeature
) - Create a Pull Request
This project is licensed under the CC0 1.0 License - see the LICENSE file for details.