Update 'README.md'

This commit is contained in:
Inhji Y 2021-11-10 22:17:22 +01:00
parent ed2f88e910
commit aab50d0f79
1 changed files with 8 additions and 5 deletions

View File

@ -7,11 +7,8 @@ How to install
-----------------
```bash
# install zsh first
sudo apt install zsh git
# ..or install fish
sudo apt install fish git
# install fish first, plus some essentials
sudo apt install fish git curl
# install starship
sh -c "$(curl -fsSL https://starship.rs/install.sh)"
@ -22,6 +19,12 @@ git clone https://git.inhji.de/inhji/dotfiles.git .dotfiles
chsh -s /usr/bin/zsh,fish
```
Install a Nerd Font, like Fira Code and then:
```
gsettings set io.elementary.terminal.settings font 'FiraMono Nerd Font 10'
```
After that, read [POSTINSTALL](POSTINSTALL.md)
Tips