Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.03 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.03 KB

.dotfiles

This repository contains my Linux ricing configuration files.

Usage

  1. Clone the repository to your local machine using the following command:
git clone https://github.com/r4mbhardwaj/.dotfiles.git
  1. Navigate to the project directory:
cd .dotfiles
  1. Copy all the config files to the ~/.config directory:
cp -rf * ~/.config

This command will copy all the files and directories from the current folder (dotfiles) to the ~/.config directory.

  1. Customize the configuration files as needed.

Contributing

If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository on GitHub.
  2. Clone your forked repository to your local machine.
  3. Create a new branch for your feature or bug fix.
  4. Make your changes and commit them with descriptive commit messages.
  5. Push your changes to your forked repository.
  6. Submit a pull request to the original repository.

License

This project is licensed under the MIT License - see the LICENSE file for details.