Releases: RKInnovate/dev-setup
Releases · RKInnovate/dev-setup
v2.0.1
Installation
One-Line Install
curl -fsSL https://raw.githubusercontent.com/rkinnovate/dev-setup/main/bootstrap.sh | bashOr 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"' >> ~/.zshrcIntel 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"' >> ~/.zshrcUpdate Existing Installation
devsetup updateWhat's Changed
See commit history for detailed changes.
Checksums
Verify downloads with SHA256 checksums included in this release.
v2.0.0
Installation
One-Line Install
curl -fsSL https://raw.githubusercontent.com/rkinnovate/dev-setup/main/bootstrap.sh | bashOr 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"' >> ~/.zshrcIntel 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"' >> ~/.zshrcUpdate Existing Installation
devsetup updateWhat's Changed
See commit history for detailed changes.
Checksums
Verify downloads with SHA256 checksums included in this release.
v0.1.0
Installation
One-Line Install
curl -fsSL https://raw.githubusercontent.com/rkinnovate/dev-setup/main/bootstrap.sh | bashOr 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 updateWhat's Changed
See commit history for detailed changes.
Checksums
Verify downloads with SHA256 checksums included in this release.