diff --git a/Microsoft.PowerShell_profile.ps1 b/Microsoft.PowerShell_profile.ps1 index 8d88057..4926c49 100644 --- a/Microsoft.PowerShell_profile.ps1 +++ b/Microsoft.PowerShell_profile.ps1 @@ -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" diff --git a/README.md b/README.md index c5fcd42..9be926c 100644 --- a/README.md +++ b/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.