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.2Or 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-installerLinux (x86_64):
curl -fsSL https://raw.githubusercontent.com/MrPointer/dotfiles/main/get.sh | bash -s -- --version v2.3.2Linux (ARM64):
curl -fsSL https://raw.githubusercontent.com/MrPointer/dotfiles/main/get.sh | bash -s -- --version v2.3.2Or 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-installerOne-Command Setup
For immediate dotfiles installation:
curl -fsSL https://raw.githubusercontent.com/MrPointer/dotfiles/main/get.sh | bash -s -- --run --version v2.3.2Verification
SHA256 checksums are provided in checksums.txt for binary verification.
Full Changelog: v2.3.1...v2.3.2