You'll need to install a ***Powerline*** compatible font (**on your personal computer**).
### On Linux & MacOs
```shell
git clone https://github.com/powerline/fonts.git
./font/install.sh
```
### On Windows
On any shell run :
```shell
cd$HOME
git clone https://github.com/powerline/fonts.git
```
Then by using **Powershell ad Administrator** run :
```shell
cd$HOME\fonts
Set-ExecutionPolicy Bypass
```
Confirm (y) and then :
```shell
.\install.ps1
```
When the installation is complete :
```shell
Set-ExecutionPolicy Default
```
### Select your font
And then you have to select a ***Powerline*** compatible font ( ***'for Powerline'*** ). Open **Preferences > Profiles > Text > Change Font** in your terminal.