chore(zsh): add .zshrc file

This commit is contained in:
Stefan Imhoff
2021-11-27 17:30:22 +01:00
parent 1810b11a91
commit 8b865f3609
3 changed files with 51 additions and 1 deletions

View File

@@ -1,3 +1,25 @@
# Dotfiles
## Homebrew
Fix the permissions of the target folder.
```sh
sudo chown -R $(whoami) /usr/local/var/
```
Install [Homebrew](https://brew.sh/) package managager.
```sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```
## Starship
Install a [Nerd Font](https://www.nerdfonts.com/).
Install [Starship](https://starship.rs/)
```sh
brew install starship
```