fix path and update readme
This commit is contained in:
parent
ad5e47afc5
commit
ec270117b1
@ -19,7 +19,7 @@ Set-PsFzfOption -PSReadlineChordProvider 'Ctrl+t' -PSReadlineChordReverseHistory
|
||||
#----------------------
|
||||
# Environment Varaibles
|
||||
#----------------------
|
||||
$WD = "$env:USERPROFILE\source\repos"
|
||||
$S = "$env:USERPROFILE\src"
|
||||
$GOWD = "$env:USERPROFILE\go\src\github.com\lemonase"
|
||||
$GODOTWD = "$env:USERPROFILE\Google Drive\Game Dev"
|
||||
$EDITOR = "gvim"
|
||||
|
||||
30
README.md
30
README.md
@ -2,31 +2,5 @@
|
||||
|
||||
## 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
|
||||
Due to the lack of CLI programs on Windows, I tend to just copy the relevant
|
||||
files into my %USERPROFILE% dir and call it a day.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user