dotfiles/README.md
2024-02-26 00:30:39 +05:30

2.2 KiB

Dotfiles

This repository contains my personal dotfiles, which are the configuration files for various operating systems and tools. I manage these dotfiles using the Dotter, a dotfile manager and templater written in Rust.

tablaster-theme tablaster-theme

Introduction

Dotfiles are configuration files that customize the behavior and appearance of software applications and operating systems. This repository serves as a centralized location for storing and version-controlling my dotfiles, making it easy to synchronize them across different machines.

List of programs

Usage

To use these dotfiles, follow these steps:

  1. Clone this repository to your local machine:

    git clone --recursive https://git.tablaster.dev/blaster4385/dotfiles.git
    
  2. Change to the dotfiles directory:

    cd dotfiles
    
  3. Install Dotter if you haven't already. You can find the installation instructions in the Dotter repository.

  4. Deploy the configs using dotter:

    ./dotter deploy
    

    This command will deploy the dotfiles to their respective target locations, based on the configurations defined in the .dotter directory.

  5. Customize the dotfiles according to your preferences. Feel free to modify or add any configuration files to suit your needs.

Credits

Contributing

If you find any issues with these dotfiles or have suggestions for improvements, please feel free to open an issue or submit a pull request. Contributions are welcome!

License

This repository is licensed under the GNU GPLv3. See the LICENSE file for more information.