Skip to content

jlarfors/dotfiles

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages