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