| Supported Targets | MacOs |
|---|
This project aims to automate the installation of configuration files for various system tools, such as text editors, terminal emulators, etc. This will streamline setting up a new system or replicating the configuration across multiple computers.
use the following command in order to install all tools and set configurations
curl -fsSL https://raw.githubusercontent.com/LarryMerino/dotfiles/main/install.zsh | zsh
If you wish to contribute to this project, please follow these steps:
- Fork the repository.
- Make sure you are in the "develop" branch:
git checkout develop - Create a new branch for your contribution:
git checkout -b my-contribution - Make your changes and commit them:
git commit -m "Added feature XYZ" - Push your changes to your fork:
git push origin my-contribution - Create a pull request to the develop repository.
This project is licensed under the MIT. See the LICENSE file for more details.