chore: update readme

This commit is contained in:
Inhji 2021-08-02 19:56:17 +02:00
parent 383c2898d5
commit 0fb143405b
1 changed files with 7 additions and 1 deletions

View File

@ -10,10 +10,16 @@ How to install
# install zsh first
sudo apt install zsh git
# ..or install fish
sudo apt install fish git
# install starship
sh -c "$(curl -fsSL https://starship.rs/install.sh)"
# do the dance
git clone https://git.inhji.de/inhji/dotfiles.git .dotfiles
~/.dotfiles/install
chsh -s /usr/bin/zsh
chsh -s /usr/bin/zsh,fish
```
After that, read [POSTINSTALL](POSTINSTALL.md)