Update README.md
This commit is contained in:
@@ -1,3 +1,29 @@
|
|||||||
|
|
||||||
# winDots
|
# winDots
|
||||||
|
|
||||||
Dotfiles for windows
|
[font](https://github.com/ryanoasis/nerd-fonts/releases/latest/download/JetBrainsMono.zip)
|
||||||
|
|
||||||
|
## YASB
|
||||||
|
### Install
|
||||||
|
Download YASB from [WinGet](https://github.com/microsoft/winget-cli#installing-the-client). Updating YASB via winget will respect the current YASB installation scope. To install YASB, run the following command from the command line / PowerShell:
|
||||||
|
|
||||||
|
_User scope installer [default]_
|
||||||
|
|
||||||
|
winget install AmN.yasb
|
||||||
|
|
||||||
|
## Komorebi
|
||||||
|
### Long path support
|
||||||
|
|
||||||
|
It is highly recommended that you enable support for long paths in Windows by running the following command in an Administrator Terminal before installing komorebi.
|
||||||
|
|
||||||
|
Set-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled' -Value 1
|
||||||
|
### Install komorebi and whkd
|
||||||
|
|
||||||
|
Install the `komorebi` and `whkd` packages using `winget install`
|
||||||
|
|
||||||
|
winget install LGUG2Z.komorebi
|
||||||
|
winget install LGUG2Z.whkd
|
||||||
|
|
||||||
|
## Copying the config
|
||||||
|
|
||||||
|
Should be fairly simple to paste the correct files into the correct folder under C:/users/{YOURPROFILE}/.config
|
||||||
|
|||||||
Reference in New Issue
Block a user