dotfiles/README.md
2021-01-27 14:58:03 -05:00

33 lines
433 B
Markdown

# My (Windows) dotfiles
## Instructions
<<<<<<< HEAD
```sh
$ git clone https://github.com/lemonase/dotfiles.git
$ cd dotfiles/files
```
### Installing
```sh
$ stow --target="$HOME" *
```
### Uninstalling
```sh
$ stow --delete *
```
### Repair Links
```sh
$ stow --restow *
```
If there are no errors, everything in that directory should be symlinked.
=======
Just copy relevant files to %USERPROFILE% dir.
>>>>>>> new-win10