docs: fixes to font documentation
This commit is contained in:
@@ -68,16 +68,18 @@ The rootiest WezTerm configuration you will ever see!
|
|||||||
|
|
||||||
1. Install [PowerShell](https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell?view=powershell-7.1)
|
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)
|
2. Install [Rootiest Iosevka fonts](./fonts/README.md#windows)
|
||||||
|
|
||||||
3. Clone the repository
|
3. Install [WezTerm](https://wezfurlong.org/wezterm/installation.html)
|
||||||
|
|
||||||
|
4. Clone the repository
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
$home = $env:USERPROFILE
|
$home = $env:USERPROFILE
|
||||||
git clone https://github.com/rootiest/rootiest-wezterm.git $home/.config/wezterm
|
git clone https://github.com/rootiest/rootiest-wezterm.git $home/.config/wezterm
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Enjoy! 🎉
|
5. Enjoy! 🎉
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
|||||||
+5
-1
@@ -12,6 +12,8 @@ The Nerd Font patches were built using
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
[Install the Rootiest WezTerm config](../README.md#installation)
|
||||||
|
|
||||||
### Linux
|
### Linux
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@@ -23,7 +25,9 @@ fc-cache -fv
|
|||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
cd $HOME\.config\wezterm\fonts
|
|
||||||
|
$home = $env:USERPROFILE
|
||||||
|
cd $home\.config\wezterm\fonts
|
||||||
cp *.{otf,ttf} $env:LOCALAPPDATA\Microsoft\Windows\Fonts
|
cp *.{otf,ttf} $env:LOCALAPPDATA\Microsoft\Windows\Fonts
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user