Skip to content

Repository files navigation

Dotfiles

Cross-platform dotfiles managed with chezmoi.

Package installation and Dotfiles Setup

Without a chezmoi installation (Unix):

BINDIR="$HOME/.local/bin" sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply --verbose vitusli

With chezmoi already installed:

chezmoi init --apply --verbose vitusli

macOS Bootstrap

Install Apple's Command Line Tools first (required by Homebrew on a fresh Mac):

xcode-select --install

Then run the bootstrap template.

Robust variant (works even if chezmoi is not yet in your current shell PATH):

"$HOME/.local/bin/chezmoi" execute-template < "$("$HOME/.local/bin/chezmoi" source-path)/bootstrap/bootstrap_macos.sh.tmpl" | bash

If chezmoi is already available in PATH:

chezmoi execute-template < "$(chezmoi source-path)/bootstrap/bootstrap_macos.sh.tmpl" | bash

Update

local

chezmoi apply -v

remote

chezmoi update -v

About

Configuration files for macOs, Windows and WSL2, managed by chezmoi

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages