mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
26 lines
422 B
Markdown
26 lines
422 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)"
|
|
```
|
|
|
|
## Starship
|
|
|
|
Install a [Nerd Font](https://www.nerdfonts.com/).
|
|
|
|
Install [Starship](https://starship.rs/)
|
|
|
|
```sh
|
|
brew install starship
|
|
```
|