Skip to content

dotfiles-installer 2.3.2

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Feb 21:15
· 51 commits to main since this release
b58e5f7

Dotfiles Installer v2.3.2

This release contains prebuilt binaries for the dotfiles installer.

Quick Install

macOS (Apple Silicon):

curl -fsSL https://raw.githubusercontent.com/MrPointer/dotfiles/main/get.sh | bash -s -- --version v2.3.2

Or download manually:

curl -L -o dotfiles-installer.tar.gz https://github.com/MrPointer/dotfiles/releases/download/v2.3.2/dotfiles-installer-2.3.2-darwin-arm64.tar.gz
tar -xzf dotfiles-installer.tar.gz
chmod +x dotfiles-installer

Linux (x86_64):

curl -fsSL https://raw.githubusercontent.com/MrPointer/dotfiles/main/get.sh | bash -s -- --version v2.3.2

Linux (ARM64):

curl -fsSL https://raw.githubusercontent.com/MrPointer/dotfiles/main/get.sh | bash -s -- --version v2.3.2

Or download manually:

# Linux x86_64
curl -L -o dotfiles-installer.tar.gz https://github.com/MrPointer/dotfiles/releases/download/v2.3.2/dotfiles-installer-2.3.2-linux-x86_64.tar.gz
tar -xzf dotfiles-installer.tar.gz && chmod +x dotfiles-installer

# Linux ARM64
curl -L -o dotfiles-installer.tar.gz https://github.com/MrPointer/dotfiles/releases/download/v2.3.2/dotfiles-installer-2.3.2-linux-arm64.tar.gz
tar -xzf dotfiles-installer.tar.gz && chmod +x dotfiles-installer

One-Command Setup

For immediate dotfiles installation:

curl -fsSL https://raw.githubusercontent.com/MrPointer/dotfiles/main/get.sh | bash -s -- --run --version v2.3.2

Verification

SHA256 checksums are provided in checksums.txt for binary verification.

Full Changelog: v2.3.1...v2.3.2