This repository contains my Linux ricing configuration files.
- Clone the repository to your local machine using the following command:
git clone https://github.com/r4mbhardwaj/.dotfiles.git
- Navigate to the project directory:
cd .dotfiles
- 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.
- Customize the configuration files as needed.
If you'd like to contribute to this project, please follow these steps:
- Fork the repository on GitHub.
- Clone your forked repository to your local machine.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with descriptive commit messages.
- Push your changes to your forked repository.
- Submit a pull request to the original repository.
This project is licensed under the MIT License - see the LICENSE file for details.