Skip to content

Commit

Permalink
install: terminal tools and fonts page
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Sep 18, 2024
1 parent 1fe5e87 commit 371b4ab
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- basics: configure neotree to show hidden files and directories
- install: add MacOSX homebrew section
- install: neovide install and configuration, Linux & MacOSX
- install: terminal tools and fonts page
- source-control: add nvimdiff configuration and use for Git diff views
- install: neovim GitHub release install on MacOSX
- basics: neovim registers guide
Expand Down
3 changes: 1 addition & 2 deletions docs/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

Practicalli Neovim provides a feature rich configuration for Neovim and all the tools required for effective Clojure development (and other Lisp dialects too).

- [:fontawesome-solid-book-open: Kitty Terminal](https://practical.li/engineering-playbook/command-line/kitty-terminal/){target=_blank}
- [:fontawesome-solid-book-open: Terminal, Fonts and Tools](terminal-tools.md)
- [:fontawesome-solid-book-open: Clojure tooling and Java SDK](https://practical.li/clojure/install/) (Practicalli Clojure)
- [:fontawesome-solid-book-open: Neovim 0.10.x](neovim.md) and supporting CLI tools, with [:fontawesome-solid-book-open: Practicalli Astro](neovim/#practicalli-astro-config) configuration
- [:globe_with_meridians: NerdFonts](https://www.nerdfonts.com/){target=_blank} icon support in themes and status line
- Optional: [:fontawesome-solid-book-open: Neovide](neovide.md) GUI for Neovim

!!! INFO "Neovim 0.10.0 latest stable release"
Expand Down
6 changes: 3 additions & 3 deletions docs/install/tools-fonts.md → docs/install/terminal.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Recommended Tools and Fonts
# Terminal Tools and Fonts

Neovim is a terminal based application so use of a quality terminal is recommended, e.g. Kitty Terminal (or iTerm2 if only on MacOSX)

Expand All @@ -7,9 +7,9 @@ External Command line tools support search and other system information based fe
Nodejs supports Language Server protocol servers, format and lint tools installed by Mason.


## "Kitty Terminal with Nerd Fonts"
## Kitty Terminal with Nerd Fonts

Neovim runs in a terminal, so using Kitty (or iTerm2 - MacOSX only) are good options. Nerd fonts provides additional symbols on top of the terminal font, providing a richer experience.
Neovim runs in a terminal, so using Kitty (or iTerm2 - MacOSX only) are recommended. Kitty provides Nerd fonts for additional symbols on top of the terminal font, providing a richer experience.

[:globe_with_meridians: Kitty Terminal - Practicalli Engineering Playbook](https://practical.li/engineering-playbook/command-line/kitty-terminal/) provides examples of using Nerd Fonts or Nerd Font symbols with the Kitty terminal.

Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ nav:
- Contributing: introduction/contributing.md
- Install:
- Overview: install/index.md
- Terminal: install/terminal.md
- Neovim: install/neovim.md
- Multiple Configs: install/multiple-configurations.md
- Neovide: install/neovide.md
Expand Down

0 comments on commit 371b4ab

Please sign in to comment.