Skip to content

LarryMerino/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Automate system tool configurations for easy setup using scripts and customization options

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors