Update readme.md

This commit is contained in:
Michael Campagnaro 2020-01-25 02:21:42 -05:00 committed by GitHub
parent 3915707b70
commit 6734d83936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,8 @@
* Turn off hibernation
* Open admin cmd prompt: `powercfg.exe /hibernate off`
* Map caps to left-ctrl using sharpkeys
* Install Windows Defender
* Disable the WinSAT task which is used to figure out your Windows performance score. It eats up
@ -58,11 +60,10 @@ processor time and is generally useless.
* To patch, cd into `/mingw64/bin` and run `mv envsubst.exe envsubst.exe_backup`. Now run `pacman -S gettext`
and verify that `which envsubst` reports back `/usr/bin/envsubst`.
* Bug report is at https://github.com/Alexpux/MSYS2-packages/issues/735
* Map caps to left-ctrl using https://sharpkeys.codeplex.com/
* Switch to the shell `C:\msys64\msys2.exe` going forward.
* Setup git completions for bash:
* `curl https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash -o ~/.git-completion.bash`
* In the editor options under the Looks tab, set the cursor to the block type.
* Use symlink command `cmd //c 'mklink .name-of-dotfile drive:\path\to\file'`.
* Symlink `~/.private-files` to the root directory containing `dev/`.
* Symlink `~/.dev` to `~/.private-files/path/to/dev`.