mirror of
https://github.com/shokinn/.files.git
synced 2025-06-27 23:30:43 +00:00
Update README.md
This commit is contained in:
parent
34e4a19828
commit
b75381de4d
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ I manage my dotfiles using [dotdrop](https://github.com/deadc0de6/dotdrop).
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
[[ ! $(command -v brew) ]] && /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" \
|
[[ ! $(command -v brew) ]] && /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" \
|
||||||
; brew update \
|
; eval "$(/opt/homebrew/bin/brew shellenv)" \
|
||||||
|
&& brew update \
|
||||||
&& git clone https://github.com/shokinn/.files ~/.files \
|
&& git clone https://github.com/shokinn/.files ~/.files \
|
||||||
&& brew bundle install --file=~/.files/misc/bootstrap.Brewfile \
|
&& brew bundle install --file=~/.files/misc/bootstrap.Brewfile \
|
||||||
&& sudo sh -c "echo \"/opt/homebrew/bin/zsh\" >> /etc/shells" \
|
&& sudo sh -c "echo \"/opt/homebrew/bin/zsh\" >> /etc/shells" \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue