Update readme.md
This commit is contained in:
parent
3915707b70
commit
6734d83936
|
@ -3,6 +3,8 @@
|
||||||
* Turn off hibernation
|
* Turn off hibernation
|
||||||
* Open admin cmd prompt: `powercfg.exe /hibernate off`
|
* Open admin cmd prompt: `powercfg.exe /hibernate off`
|
||||||
|
|
||||||
|
* Map caps to left-ctrl using sharpkeys
|
||||||
|
|
||||||
* Install Windows Defender
|
* Install Windows Defender
|
||||||
|
|
||||||
* Disable the WinSAT task which is used to figure out your Windows performance score. It eats up
|
* 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`
|
* 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`.
|
and verify that `which envsubst` reports back `/usr/bin/envsubst`.
|
||||||
* Bug report is at https://github.com/Alexpux/MSYS2-packages/issues/735
|
* 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:
|
* Setup git completions for bash:
|
||||||
* `curl https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash -o ~/.git-completion.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.
|
* 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'`.
|
* Use symlink command `cmd //c 'mklink .name-of-dotfile drive:\path\to\file'`.
|
||||||
* Symlink `~/.private-files` to the root directory containing `dev/`.
|
* Symlink `~/.private-files` to the root directory containing `dev/`.
|
||||||
* Symlink `~/.dev` to `~/.private-files/path/to/dev`.
|
* Symlink `~/.dev` to `~/.private-files/path/to/dev`.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user