Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Jan 9, 2022
1 parent 28e8d73 commit 51756a6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ git pull --recurse-submodules
git submodule update --init --recursive
```

### Problems with updating (this will delete any customizations you have made in `~/zsh`
- If you get `fatal: refusing to merge unrelated histories` you have changes in `~zsh` that are not in the repository
- If you have backed up your customizations (if you have any) this will delete all differences between `~/zsh` and the repository
```
cd ~/zsh
git fetch
git reset --hard origin/master
```

### `powerlevel10k` theme
- Link the `zsh` file to your home folder as `.zshrc`
```
Expand Down

0 comments on commit 51756a6

Please sign in to comment.