chore(README): include README

This commit is contained in:
Erica Marigold 2022-12-24 20:37:41 +05:30
parent f12bebd46a
commit 04e2d14504
No known key found for this signature in database
GPG key ID: 23CD97ABBBCC5ED2

7
README.md Normal file
View file

@ -0,0 +1,7 @@
# dotfiles
This repository includes a collection of common configurations and scripts intended for use on personal unix-like devices. You can also use this as a starting point for your configurations by simply cloning this repository and symlinking the necessary files and directories. For example, you could use my `~/.bashrc` by running:
```bash
git clone https://github.com/CompeyDev/dotfiles.git
cd dotfiles
ln -s .bashrc ~/.bashrc
```