MarsCapone / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MacOS dotfiles

A zsh config managed by chezmoi

Main components:

Getting Started

On a new machine

chezmoi init --apply $GITHUB_USERNAME

On an existing machine

  1. Install chezmoi
brew install chezmoi
  1. Initialise from this repo
chezmoi init https://github.com/MarsCapone/dotfiles.git
  1. Check what changes that chezmoi will make to your home directory by running:
chezmoi diff
  1. If you are happy with the changes that chezmoi will make then run:
chezmoi apply -v

About


Languages

Language:Vim Script 67.5%Language:Python 32.5%