This file contains 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
agent: 1 | |
args: -device isa-applesmc,osk="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" -smbios type=2 -device usb-kbd,bus=ehci.0,port=2 -global nec-usb-xhci.msi=off -global ICH9-LPC.acpi-pci-hotplug-with-bridge-support=off -cpu Haswell-noTSX,vendor=GenuineIntel,+invtsc,+hypervisor,kvm=on,vmware-cpuid-freq=on -smp 32,sockets=2,cores=8,threads=2 | |
balloon: 0 | |
bios: ovmf | |
boot: order=virtio0;net0 | |
cores: 16 | |
cpu: Haswell | |
cpuunits: 1024 | |
efidisk0: MacintoshHD:vm-105-disk-0,efitype=4m,size=4M | |
hostpci0: 0000:05:00,pcie=1 |
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>ACPI</key> | |
<dict> | |
<key>Add</key> | |
<array> | |
<dict> | |
<key>Comment</key> |
This file contains 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
#!/bin/bash | |
cd /data | |
mkdir torrents | |
mkdir torrents/books | |
mkdir torrents/movies | |
mkdir torrents/music | |
mkdir torrents/tv |
This file contains 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
# ~/.config/starship.toml | |
add_newline = true | |
command_timeout = 1000 | |
format = """$os$username$kubernetes$directory$git_branch$git_status$nodejs$rust$golang""" | |
# Drop ugly default prompt characters | |
[character] | |
success_symbol = '' | |
error_symbol = '' |
This file contains 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
CPU: AMD 7950X | |
MB: Asus ProArt X670E-CREATOR WIFI | |
GPU: NVIDIA 3090 | |
GPU 2: AMD Radeon RX580 | |
UEFI GRUB | |
/etc/default/grub | |
GRUB_DEFAULT=0 | |
GRUB_TIMEOUT=5 |