No description
Find a file
2024-03-14 23:38:44 +05:30
.dotter chore: install font packages 2024-03-14 23:38:44 +05:30
alacritty Initial dotfiles 2024-02-26 00:30:39 +05:30
assets Initial dotfiles 2024-02-26 00:30:39 +05:30
conky feat: added support for two monitors 2024-03-14 23:38:38 +05:30
dunst Initial dotfiles 2024-02-26 00:30:39 +05:30
gtk-3.0 Initial dotfiles 2024-02-26 00:30:39 +05:30
i3 feat: added support for two monitors 2024-03-14 23:38:38 +05:30
mpd Initial dotfiles 2024-02-26 00:30:39 +05:30
nvim Initial dotfiles 2024-02-26 00:30:39 +05:30
polybar feat: added support for two monitors 2024-03-14 23:38:38 +05:30
rofi Initial dotfiles 2024-02-26 00:30:39 +05:30
themes Initial dotfiles 2024-02-26 00:30:39 +05:30
.gitignore Initial dotfiles 2024-02-26 00:30:39 +05:30
.gitmodules Initial dotfiles 2024-02-26 00:30:39 +05:30
LICENSE Initial dotfiles 2024-02-26 00:30:39 +05:30
README.md Initial dotfiles 2024-02-26 00:30:39 +05:30

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.