chore: adjusted README.md

This commit is contained in:
Menno van Leeuwen 2024-09-02 09:55:02 +02:00
parent 64fa63b647
commit 05fe987763
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -14,22 +14,10 @@ git clone ssh://od.mvl.sh/dotfiles ~/dotfiles
### 2. Prepare shell ### 2. Prepare shell
Make sure you are running under ZSH since the dotf script requires ZSH. You can run the setup.sh in the dotfiles folder to install all the necessary packages.
```bash ```bash
sudo apt install zsh cd ~/dotfiles && ./setup.sh
```
Then open ZSH
```bash
zsh
```
And now set the bin folder of dotfiles in your path.
```bash
export PATH=$PATH:~/dotfiles/bin
``` ```
### 3. Run `dotf update` ### 3. Run `dotf update`