Skip to content

H3zi/devenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

VM Setup Script

Automated setup script for new Ubuntu/Debian VMs with selective installation.

Usage

./install.sh [options...]

Remote:

curl -fsSL https://raw.githubusercontent.com/H3zi/devenv/main/install.sh | bash -s -- [options...]

Options

Option Description
all Install everything
zsh zsh + oh-my-zsh + plugins
github GitHub CLI
awscli AWS CLI v2 (x86_64/arm64)
uv uv (Python package manager)
claude Claude CLI
nvme Mount NVMe instance store at /mnt

Examples

# Install everything
curl -fsSL https://raw.githubusercontent.com/H3zi/devenv/main/install.sh | bash -s -- all

# Install only zsh and claude
curl -fsSL https://raw.githubusercontent.com/H3zi/devenv/main/install.sh | bash -s -- zsh claude

# Install dev tools
curl -fsSL https://raw.githubusercontent.com/H3zi/devenv/main/install.sh | bash -s -- zsh github awscli uv claude

Requirements

  • Ubuntu/Debian-based system
  • sudo privileges
  • Internet connection

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages