33 lines
433 B
Markdown
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
|