mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51:34 +09:00
16 lines
408 B
Bash
Executable File
16 lines
408 B
Bash
Executable File
#!/bin/sh
|
|
paru -S hyperv --noconfirm
|
|
|
|
sudo systemctl enable hv_fcopy_daemon.service
|
|
sudo systemctl enable hv_kvp_daemon.service
|
|
sudo systemctl enable hv_vss_daemon.service
|
|
|
|
git clone https://github.com/Microsoft/linux-vm-tools
|
|
cd linux-vm-tools/arch
|
|
./makepkg.sh
|
|
sudo ./install-config.sh
|
|
|
|
echo "type ""Set-VM -VMName Arch-HV -EnhancedSessionTransportType HvSocket"" in powershell"
|
|
|
|
echo xmonad >> ~/.xinitrc
|