Skip to content

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

License

Notifications You must be signed in to change notification settings

chocoOnEstrogen/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.