This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Install requirements | |
| paru -S qemu-full qemu-emulators-full libvirt virt-manager virt-viewer dnsmasq vde2 bridge-utils openbsd-netcat | |
| # Enable libvirtd | |
| sudo systemctl enable libvirtd | |
| sudo systemctl start libvirtd | |
| # Add user to libvirt group | |
| sudo usermod -aG libvirt $(whoami) | |
| newgrp libvirt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://raw.githubusercontent.com/microsoft/vscode-CSS-languageservice/refs/heads/main/docs/customData.schema.json", | |
| "version": 1.1, | |
| "atDirectives": [ | |
| { | |
| "name": "@import", | |
| "description": "Use the @import directive to inline import CSS files, including Tailwind itself", | |
| "references": [ | |
| { | |
| "name": "Documentation", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "env": { | |
| "PATH": "$(PATH):$(HOME)\/.local\/bin" | |
| }, | |
| "apps": [ | |
| { | |
| "name": "720p60 Desktop", | |
| "prep-cmd": [ | |
| { | |
| "do": "bash \/home\/georg\/.config\/sunshine\/prepare_steam.sh", |