Skip to content

Releases: RKInnovate/dev-setup

v2.0.1

20 Jan 11:55
v2.0.1
9b84f80

Choose a tag to compare

Installation

One-Line Install

curl -fsSL https://raw.githubusercontent.com/rkinnovate/dev-setup/main/bootstrap.sh | bash

Or Download Binary

Apple Silicon (M1/M2/M3):

curl -fsSL https://github.com/rkinnovate/dev-setup/releases/download/v2.0.1/devsetup-darwin-arm64 -o devsetup
chmod +x devsetup
mkdir -p ~/.local/bin
mv devsetup ~/.local/bin/
# Add to PATH if not already
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc

Intel Mac:

curl -fsSL https://github.com/rkinnovate/dev-setup/releases/download/v2.0.1/devsetup-darwin-amd64 -o devsetup
chmod +x devsetup
mkdir -p ~/.local/bin
mv devsetup ~/.local/bin/
# Add to PATH if not already
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc

Update Existing Installation

devsetup update

What's Changed

See commit history for detailed changes.

Checksums

Verify downloads with SHA256 checksums included in this release.

v2.0.0

16 Jan 16:42
v2.0.0
6fb2521

Choose a tag to compare

Installation

One-Line Install

curl -fsSL https://raw.githubusercontent.com/rkinnovate/dev-setup/main/bootstrap.sh | bash

Or Download Binary

Apple Silicon (M1/M2/M3):

curl -fsSL https://github.com/rkinnovate/dev-setup/releases/download/v2.0.0/devsetup-darwin-arm64 -o devsetup
chmod +x devsetup
mkdir -p ~/.local/bin
mv devsetup ~/.local/bin/
# Add to PATH if not already
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc

Intel Mac:

curl -fsSL https://github.com/rkinnovate/dev-setup/releases/download/v2.0.0/devsetup-darwin-amd64 -o devsetup
chmod +x devsetup
mkdir -p ~/.local/bin
mv devsetup ~/.local/bin/
# Add to PATH if not already
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc

Update Existing Installation

devsetup update

What's Changed

See commit history for detailed changes.

Checksums

Verify downloads with SHA256 checksums included in this release.

v0.1.0

22 Dec 15:46
v0.1.0
900c308

Choose a tag to compare

Installation

One-Line Install

curl -fsSL https://raw.githubusercontent.com/rkinnovate/dev-setup/main/bootstrap.sh | bash

Or Download Binary

Apple Silicon (M1/M2/M3):

curl -fsSL https://github.com/rkinnovate/dev-setup/releases/download/v0.1.0+900c308/devsetup-darwin-arm64 -o devsetup
chmod +x devsetup
sudo mv devsetup /usr/local/bin/

Intel Mac:

curl -fsSL https://github.com/rkinnovate/dev-setup/releases/download/v0.1.0+900c308/devsetup-darwin-amd64 -o devsetup
chmod +x devsetup
sudo mv devsetup /usr/local/bin/

Update Existing Installation

devsetup update

What's Changed

See commit history for detailed changes.

Checksums

Verify downloads with SHA256 checksums included in this release.