chore: updated readme

This commit is contained in:
Raj 2024-07-11 00:17:06 +05:30
parent b6aab3ff8f
commit b2dc3e025a
2 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,3 +1,2 @@
.config/BraveSoftware
.config/spicetify

View File

@ -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 .
```