dotfiles/README.md

8 lines
441 B
Markdown
Raw Normal View History

2022-12-24 15:07:41 +00:00
# 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
```