Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 288 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 288 Bytes

wox-settings

Wox settings

Getting Started

Run the following Powershell:

Get-Process -Name "wox" -ErrorAction SilentlyContinue | Stop-Process
cd $env:APPDATA
rm -Recurse -Force .\Wox -ErrorAction SilentlyContinue
git clone https://github.com/cmeyertons/wox-settings.git Wox