This repository stores the configuration files and setup scripts for my essential tools and environment. It is still under development; more tools and configurations will be added over time.
- Automated installation and configuration for Fedora (adaptable to other distros)
- Modular setup: functions and tasks organized in separate files for easy customization
- Personal preferences for editors, terminal, shell, fonts, and more
-
Clone this repository:
git clone https://github.com/diedomin/dotfiles.git ~/dotfiles cd ~/dotfiles
-
Run the main setup script:
./setup.sh
Note: The script is designed for a clean Fedora installation, but you can adapt it for other distributions.
-
Follow the on-screen prompts to complete the setup.
setup.sh– Main script to automate the setup and apply configurationsfunctions/– Modular scripts for installing/configuring toolsdotfiles/– Configuration files for editors, terminal, shell, etc.
- Feel free to adapt the scripts for your own setup or another distro.
- Do not store private keys or sensitive information in this repository.