Skip to content

Commit

Permalink
Updating fonts for nerd font v3
Browse files Browse the repository at this point in the history
  • Loading branch information
gwendolyngoetz committed Aug 27, 2023
1 parent f5ec1c3 commit e626069
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
30 changes: 20 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,37 @@
## Tested on

### OS
* Ubuntu 20.10, 22.04
* MacOS Monterey
* Windows 10

- Ubuntu 20.10, 22.04
- MacOS Monterey
- Windows 10

### Shell
* Bash
* PowerShell

- Bash
- PowerShell

### Terminal
* Alacritty
* iTerm2
* Windows Terminal

- Alacritty
- iTerm2
- Windows Terminal

## Build and Install

### Dependencies

* go
* make
- go
- make

In addition a [Nerd Font](https://www.nerdfonts.com) needs to be installed on the system for icons to display. The [Cousine Nerd Font](https://www.programmingfonts.org/#cousine) is used in the sample image.

#### Note on the Nerd Font

The Nerd Font must be v3 or later

### Install

```bash
make
make install
Expand All @@ -40,6 +48,7 @@ make install
## Configure Shell

### Bash

Add to `~/.bashrc`

```bash
Expand All @@ -53,6 +62,7 @@ fi
```

### Powershell

Add to `$env:UserProfile\Documents\PowerShell\Microsoft.PowerShell_profile.ps1`

```powershell
Expand Down
4 changes: 2 additions & 2 deletions cmd/prompt/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ var (
var (
iconSeparator = ""
iconSudo = ""
iconRemote = ""
iconRemote = "󰍹"
iconGit = ""
iconBranch = ""
iconGitChanges = ""
iconDirectory = ""
iconPrompt = ""
iconPython = ""
iconPython = "󰌠"
)

var Version = "development"
Expand Down

0 comments on commit e626069

Please sign in to comment.