Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.06 KB

File metadata and controls

28 lines (18 loc) · 1.06 KB

Dotfiles

Supported Targets MacOs

Description

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.

Installation

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

Contribution

If you wish to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Make sure you are in the "develop" branch: git checkout develop
  3. Create a new branch for your contribution: git checkout -b my-contribution
  4. Make your changes and commit them: git commit -m "Added feature XYZ"
  5. Push your changes to your fork: git push origin my-contribution
  6. Create a pull request to the develop repository.

License

This project is licensed under the MIT. See the LICENSE file for more details.