Create README.md
This commit is contained in:
parent
b3ec50c43f
commit
120196bc00
|
@ -0,0 +1,31 @@
|
|||
# CocoRice
|
||||
|
||||
Install my dotfiles.
|
||||
|
||||
## Table of contents
|
||||
- [Installation <a name="installation"></a>](#installation-)
|
||||
- [Usage <a name="usage"></a>](#usage-)
|
||||
- [Contributing <a name="contributing"></a>](#contributing-)
|
||||
- [License <a name="license"></a>](#license-)
|
||||
|
||||
## Installation <a name="installation"></a>
|
||||
|
||||
Clone the repo.
|
||||
|
||||
## Usage <a name="usage"></a>
|
||||
|
||||
Run
|
||||
|
||||
```bash
|
||||
./scripts/linkFiles.sh
|
||||
```
|
||||
|
||||
and it will create symbolic links to the dotfiles in this repo.
|
||||
|
||||
Note that that this script will overwrite your local dotfiles, so make a backup first.
|
||||
|
||||
## Contributing <a name="contributing"></a>
|
||||
PRs are welcome.
|
||||
|
||||
## License <a name="license"></a>
|
||||
[MIT](https://choosealicense.com/licenses/mit/)
|
Loading…
Reference in New Issue