Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 852 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 852 Bytes

dotfiles for jlarfors

These are my personalised dotfiles using chezmoi as the dotfiles manager.

The core terminal setup is:

  1. iTerm2
  2. Fish
  3. Starship

Prequisites

There are a few things that are needed to use these dotfiles:

  1. homebrew
  2. chezmoi

Here are the installation steps:

# Install homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

# Install chezmoi
brew install chezmoi

To get this dotfiles repository and apply it:

chezmoi init jlarfors --apply

Apply

After making some changes, either to the dotfiles or local configs:

# Move to the chezmoi directory
chezmoi cd

# Diff
chezmoi diff

# Apply the configurations
chezmoi apply