Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 533 Bytes

File metadata and controls

20 lines (11 loc) · 533 Bytes

dotfiles

Using the Dotfiles

  1. Initialize chezmoi with this dotfile repository by simply running:

$ sh -c "$(curl -fsLS chezmoi.io/get)" -- init --apply bolinzzz

  1. Automate the setting up process using the dotfiles:

$ chezmoi update


The installation of Homebrew might require addition manual steps, run the following two commands:
$ echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/bolin.zhu/.zprofile
$ eval "$(/opt/homebrew/bin/brew shellenv)"

Repeat step 1 and 2