Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.91 KB

INSTALL.md

File metadata and controls

45 lines (30 loc) · 1.91 KB

chezmoi Install Guide

macOS with Homebrew

brew install twpayne/taps/chezmoi

Linux with Snap

snap install chezmoi --classic

One-line binary install

curl -sfL https://git.io/chezmoi | sh

Pre-built packages and binaries

OS Architectures Package
Arch Linux i686, x86_64 aur
Debian amd64, arm64, armel, i386, ppc64, ppc64le deb
RedHat aarch64, armhfp, i686, ppc64, ppc64le, x86_64 rpm
OpenSUSE aarch64, armhfp, i686, ppc64, ppc64le, x86_64 rpm
FreeBSD amd64, arm, i386 tar.gz
OpenBSD amd64, arm, i386 tar.gz
Linux amd64, arm, arm64, i386, ppc64, ppc64le tar.gz

From source

cd $(mktemp -d) && go get -u github.com/twpayne/chezmoi

Upgrading

Once chezmoi is installed, you can upgrade it to the latest release with:

chezmoi upgrade

This will re-use whichever mechanism you used to install chezmoi to install the latest release.