From b2dc3e025a6cee90def51aa8f2a51f0f98ede785 Mon Sep 17 00:00:00 2001 From: Raj Sharma Date: Thu, 11 Jul 2024 00:17:06 +0530 Subject: [PATCH] chore: updated readme --- .gitignore | 1 - readme.md | 12 ++++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2e43d66..15ce757 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ .config/BraveSoftware .config/spicetify - diff --git a/readme.md b/readme.md index c1f9f4c..5aea7d5 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,11 @@ -# Dotfiles Repository +# Dotfiles -Welcome to my personal dotfiles repository, containing configurations for tmux and Alacritty. This repository serves primarily as a backup for my own setup and may not provide a straightforward method for replicating my environment in its entirety. However, it offers individual configuration files that can be manually copied and utilized according to your needs. +My dot files backups + +```bash +git clone https://git.raj.how/raj/dotfiles.git $HOME/dotfiles +``` + +``` +cd dotfiles && stow . +```