Welcome to the Dotfiles Installer by Daniel Felipe! This script simplifies the setup of your Linux environment by automating the installation of your preferred configurations.
- Easy installation of dotfiles
- Support for Arch distros (soon Ubuntu distros too)
- Customizable setup with various options
To use the installer, simply run the script with the desired options:
./install [-a] [-u] [-d]-a : Initialize Arch-based Linux setup
-u : Initialize Ubuntu-based Linux setup
-d : Copy dotfiles only
- Clone the repository:
git clone https://github.com/yourusername/dotfiles.git
cd dotfiles- Run the installer:
Depending on your distro, choose one of the following commands:
- For Arch-based Linux:
./install -aFor Ubuntu-based Linux:
./install -uTo copy dotfiles only:
./install -d- Linux Arch based (soon Ubuntu based too)
Feel free to contribute! If you have suggestions, improvements, or bug reports, please create an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.