Skip to content

Latest commit

 

History

History
64 lines (47 loc) · 2.33 KB

README.md

File metadata and controls

64 lines (47 loc) · 2.33 KB

dotfiles

I use chezmoi to manage my dotfiles which allows me to store some private data inside my password manager by using templates, I would recommend to just copy the bits and files that you're interested in.

iTerm with neofetch, Tokyo Night theme

Table of Contents

Configuration

Getting started

  1. Clone repository

    chezmoi init mercxry
  2. Install Homebrew

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  3. Install packages from Brewfile

    brew bundle install

    or just install chezmoi

    brew install chezmoi
  4. Apply chezmoi dotfiles

    chezmoi apply