fix path and update readme

This commit is contained in:
James Dixon 2021-01-27 15:21:56 -05:00
parent ad5e47afc5
commit ec270117b1
2 changed files with 3 additions and 29 deletions

View File

@ -19,7 +19,7 @@ Set-PsFzfOption -PSReadlineChordProvider 'Ctrl+t' -PSReadlineChordReverseHistory
#---------------------- #----------------------
# Environment Varaibles # Environment Varaibles
#---------------------- #----------------------
$WD = "$env:USERPROFILE\source\repos" $S = "$env:USERPROFILE\src"
$GOWD = "$env:USERPROFILE\go\src\github.com\lemonase" $GOWD = "$env:USERPROFILE\go\src\github.com\lemonase"
$GODOTWD = "$env:USERPROFILE\Google Drive\Game Dev" $GODOTWD = "$env:USERPROFILE\Google Drive\Game Dev"
$EDITOR = "gvim" $EDITOR = "gvim"

View File

@ -2,31 +2,5 @@
## Instructions ## Instructions
<<<<<<< HEAD Due to the lack of CLI programs on Windows, I tend to just copy the relevant
```sh files into my %USERPROFILE% dir and call it a day.
$ 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