From 04e2d1450416fe9f07ea5119f2c5a50a0fa296bd Mon Sep 17 00:00:00 2001 From: Compey Date: Sat, 24 Dec 2022 20:37:41 +0530 Subject: [PATCH] chore(README): include README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a176ca0 --- /dev/null +++ b/README.md @@ -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 +```