Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 1.7 KB

File metadata and controls

57 lines (43 loc) · 1.7 KB

dotfiles

 

dotfiles

macOS-badge Linux-badge

chezmoi license Build Status

Installation

macOS

brew install chezmoi
chezmoi init git@github.com:marchdf/dotfiles.git
chezmoi diff
chezmoi apply -v

Linux

For a full environment with all dependencies (recommended), run the bootstrap script:

curl -fsSL https://raw.githubusercontent.com/marchdf/dotfiles/main/bin/executable_install_bootstrap_dependencies.sh | bash
chezmoi init git@github.com:marchdf/dotfiles.git
chezmoi apply -v

Or install manually:

sh -c "$(curl -fsLS get.chezmoi.io)" -- -b ~/.local/bin
export PATH="$HOME/.local/bin:$PATH"
chezmoi init git@github.com:marchdf/dotfiles.git
chezmoi apply -v

Improved experience

The following will lead to an improved experience:

  • zsh