Skip to content

Commit

Permalink
Updating NerdFont's install (AlexanOliveira#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroWitzel authored Aug 27, 2023
1 parent 2394cb0 commit 530f1ba
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 6 deletions.
18 changes: 16 additions & 2 deletions README-pt.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,10 @@ Agora abra o arquivo `config.fish`, cole os códigos abaixo e depois Salve a alt
Para trocar os "erros" [] por Simbolos, precisamos instalar uma fonte do **Nerd Fonts**.
Iremos instalar a [**SourceCode Pro** (SauceCodePro NF)](https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/SourceCodePro). Para ver mais Fontes [clique aqui](https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts)

Entre nas pastas `Italic/complete` `Bold/complete` `Normal/complete` `SemiBold/complete` e baixe sempre as penúltimas Fontes (com o final **"Complete Windows Compatible.ttf"**)
Baixe a (última versão do Source Code)[https://github.com/ryanoasis/nerd-fonts/releases/latest],
indo em `Assests` e buscando por `SourceCodePro.zip`.

Vá na sua pasta de **Download** do Windows e execute todos os arquivos **.ttf** para instalar a fonte.
Vá na sua pasta de **Download** do Windows, dezipe o arquivo e execute todos os arquivos **.ttf** para instalar a fonte.

<br>

Expand All @@ -215,6 +216,19 @@ Clique em **Abrir o arquivo JSON** no canto inferior esquerdo da tela
* Alterar o **name** do "Ubuntu" que você instalou para **Fish** (ou qualquer outro)
* Adicionar o tema (colorScheme) "Campbell"
* Adicionar o **guid** do **Fish** para ser o Perfil padrão do Windows Terminal
* Adicionar "SauceCodePro Nerd Font" em **font:face**
```json
"profiles":
{
"defaults":
{
"font":
{
"face": "SauceCodePro Nerd Font"
}
},
}
```


![terminal json](https://user-images.githubusercontent.com/66394117/167347842-28c7987f-f7d0-433c-a3cb-499e465e3d63.gif)
Expand Down
21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,10 @@ Now open the `config.fish` file, paste the codes below and then Save the file
To replace the "errors" [] with Symbols, we need to install a font from **Nerd Fonts**.
We'll install [**SourceCode Pro** (SauceCodePro NF)](https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/SourceCodePro). To see more Fonts [click Here](https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts)

Enter the folders `Italic/complete` `Bold/complete` `Normal/complete` `SemiBold/complete` and download the penultimate Font (ending with **"Complete Windows Compatible.ttf"**)
Download the (latest release of Source Code)[https://github.com/ryanoasis/nerd-fonts/releases/latest],
going into `Assests` and searching for `SourceCodePro.zip`.

Go to your **Download** folder and run all **.ttf** files to install the font.
Go to your **Download** folder, unzip and run all **.ttf** files to install the font.

<br>

Expand All @@ -211,11 +212,23 @@ Click on the little arrow **>** Settings

Click **Open JSON file** in the lower-left corner of the screen

* Inside "profiles"**>**"default" do the changes below, then Save the file:
* Inside "profiles"**>**"defaults" do the changes below, then Save the file:
* Change the **name** of the "Ubuntu" you installed to **Fish** (or any other)
* Add the theme (colorScheme) "Campbell"
* Add the **guid** of **Fish** to be the default Windows Terminal Profile

* Add "SauceCodePro Nerd Font" to **font:face**
```json
"profiles":
{
"defaults":
{
"font":
{
"face": "SauceCodePro Nerd Font"
}
},
}
```

![json terminal](https://user-images.githubusercontent.com/66394117/167347842-28c7987f-f7d0-433c-a3cb-499e465e3d63.gif)
<br>
Expand Down

0 comments on commit 530f1ba

Please sign in to comment.