docs: add windows instructions
This commit is contained in:
@@ -11,11 +11,11 @@
|
|||||||
░░ ░ ░ ░ ░ ▒ ░ ░ ░ ▒ ░ ▒ ░ ░ ░ ░ ░ ░
|
░░ ░ ░ ░ ░ ▒ ░ ░ ░ ▒ ░ ▒ ░ ░ ░ ░ ░ ░
|
||||||
░ ░ ░ ░ ░ ░ ░ ░ ░
|
░ ░ ░ ░ ░ ░ ░ ░ ░
|
||||||
|
|
||||||
██ ██ ███████ ███████ ████████ ███████ ██████ ███ ███
|
██ ██ ███████ ███████ ████████ ███████ ██████ ███ ███
|
||||||
██ ██ ██ ███ ██ ██ ██ ██ ████ ████
|
██ ██ ██ ███ ██ ██ ██ ██ ████ ████
|
||||||
██ █ ██ █████ ███ ██ █████ ██████ ██ ████ ██
|
██ █ ██ █████ ███ ██ █████ ██████ ██ ████ ██
|
||||||
██ ███ ██ ██ ███ ██ ██ ██ ██ ██ ██ ██
|
██ ███ ██ ██ ███ ██ ██ ██ ██ ██ ██ ██
|
||||||
███ ███ ███████ ███████ ██ ███████ ██ ██ ██ ██
|
███ ███ ███████ ███████ ██ ███████ ██ ██ ██ ██
|
||||||
|
|
||||||
▄████▄ ▒█████ ███▄ █ █████▒
|
▄████▄ ▒█████ ███▄ █ █████▒
|
||||||
▒██▀ ▀█ ▒██▒ ██▒ ██ ▀█ █ ▓██ ▒
|
▒██▀ ▀█ ▒██▒ ██▒ ██ ▀█ █ ▓██ ▒
|
||||||
@@ -65,6 +65,21 @@ The rootiest WezTerm configuration you will ever see!
|
|||||||
|
|
||||||
5. **Enjoy!** 🎉
|
5. **Enjoy!** 🎉
|
||||||
|
|
||||||
|
### Windows Users
|
||||||
|
|
||||||
|
1. Install [PowerShell](https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell?view=powershell-7.1)
|
||||||
|
|
||||||
|
2. Install [WezTerm](https://wezfurlong.org/wezterm/installation.html)
|
||||||
|
|
||||||
|
3. Clone the repository
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
$home = $env:USERPROFILE
|
||||||
|
git clone https://github.com/rootiest/rootiest-wezterm.git $home/.config/wezterm
|
||||||
|
```
|
||||||
|
|
||||||
|
4. Enjoy! 🎉
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Smart key bindings
|
- Smart key bindings
|
||||||
|
|||||||
Reference in New Issue
Block a user