Skip to content

My setup for a headless dev environment in Arch Linux using Hyper-V

Notifications You must be signed in to change notification settings

Pistonite/vmsetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vmsetup

Guide for setting up a dev environment with Arch Linux on Hyper-V with no GUI (SSH only)

This README is for setting up the Repo. Visit https://vmsetup.pistonite.org to see the guide.

Tools

The following tools need to be manually installed

  • Task to run commands
    • If installing from AUR, the package/binary is go-task instead of task (I alias it)
  • Bun as package manager
  • Rust for installing additional tools

Commands

Install dependencies

task i

Local dev:

task dev

Local build:

task build

Site will be deployed automatically on pushes to main branch.