Files
dotfiles/README.md
2021-11-27 20:14:12 +01:00

34 lines
512 B
Markdown

# 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)"
```
### Homebrew Cask
Install MacOS binaries with Homebrew cask.
```sh
./setup/cask.sh
```
## Starship
Install a [Nerd Font](https://www.nerdfonts.com/).
Install [Starship](https://starship.rs/)
```sh
brew install starship
```