Skip to content

Releases: MrPointer/dotfiles

dotfiles-installer 2.3.2

15 Feb 21:15
b58e5f7

Choose a tag to compare

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

dotfiles-installer 2.2.1

08 Feb 12:59
b30a1c9

Choose a tag to compare

Dotfiles Installer v2.2.1

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.2.1

Or download manually:

curl -L -o dotfiles-installer.tar.gz https://github.com/MrPointer/dotfiles/releases/download/v2.2.1/dotfiles-installer-2.2.1-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.2.1

Linux (ARM64):

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

Or download manually:

# Linux x86_64
curl -L -o dotfiles-installer.tar.gz https://github.com/MrPointer/dotfiles/releases/download/v2.2.1/dotfiles-installer-2.2.1-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.2.1/dotfiles-installer-2.2.1-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.2.1

Verification

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

Full Changelog: v2.2.0...v2.2.1

dotfiles-installer 2.2.0

08 Feb 11:42
beee47e

Choose a tag to compare

Dotfiles Installer v2.2.0

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.2.0

Or download manually:

curl -L -o dotfiles-installer.tar.gz https://github.com/MrPointer/dotfiles/releases/download/v2.2.0/dotfiles-installer-2.2.0-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.2.0

Linux (ARM64):

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

Or download manually:

# Linux x86_64
curl -L -o dotfiles-installer.tar.gz https://github.com/MrPointer/dotfiles/releases/download/v2.2.0/dotfiles-installer-2.2.0-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.2.0/dotfiles-installer-2.2.0-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.2.0

Verification

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

Full Changelog: v2.1.0...v2.2.0

dotfiles-installer 2.1.0

28 Nov 17:08
59bd745

Choose a tag to compare

Dotfiles Installer v2.1.0

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.1.0

Or download manually:

curl -L -o dotfiles-installer.tar.gz https://github.com/MrPointer/dotfiles/releases/download/v2.1.0/dotfiles-installer-2.1.0-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.1.0

Linux (ARM64):

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

Or download manually:

# Linux x86_64
curl -L -o dotfiles-installer.tar.gz https://github.com/MrPointer/dotfiles/releases/download/v2.1.0/dotfiles-installer-2.1.0-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.1.0/dotfiles-installer-2.1.0-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.1.0

Verification

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

Full Changelog: v2.0.0...v2.1.0

dotfiles-installer 2.0.0

23 Nov 17:04
ba5c201

Choose a tag to compare

Dotfiles Installer v2.0.0

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.0.0

Or download manually:

curl -L -o dotfiles-installer.tar.gz https://github.com/MrPointer/dotfiles/releases/download/v2.0.0/dotfiles-installer-2.0.0-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.0.0

Linux (ARM64):

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

Or download manually:

# Linux x86_64
curl -L -o dotfiles-installer.tar.gz https://github.com/MrPointer/dotfiles/releases/download/v2.0.0/dotfiles-installer-2.0.0-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.0.0/dotfiles-installer-2.0.0-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.0.0

Verification

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

Full Changelog: v1.0.0...v2.0.0

dotfiles-installer 1.0.0

22 Nov 18:41
b9d74d5

Choose a tag to compare

Dotfiles Installer v1.0.0

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 v1.0.0

Or download manually:

curl -L -o dotfiles-installer.tar.gz https://github.com/MrPointer/dotfiles/releases/download/v1.0.0/dotfiles-installer-1.0.0-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 v1.0.0

Linux (ARM64):

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

Or download manually:

# Linux x86_64
curl -L -o dotfiles-installer.tar.gz https://github.com/MrPointer/dotfiles/releases/download/v1.0.0/dotfiles-installer-1.0.0-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/v1.0.0/dotfiles-installer-1.0.0-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 v1.0.0

Verification

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

Full Changelog: ...v1.0.0