Skip to content

Instantly share code, notes, and snippets.

@steelbrain
steelbrain / commands.sh
Created June 22, 2026 02:29
Install & use NVK over NVIDIA drivers in cachyos
# 1. Install NVK userspace (Mesa nouveau Vulkan driver, + 32-bit for Steam)
sudo pacman -S --needed vulkan-nouveau lib32-vulkan-nouveau
# 2a. Un-blacklist nouveau by shadowing the proprietary file from /etc
# (/etc/modprobe.d wins over /usr/lib/modprobe.d for the same filename)
sudo tee /etc/modprobe.d/nvidia-utils.conf >/dev/null <<'EOF'
# Shadows /usr/lib/modprobe.d/nvidia-utils.conf to drop "blacklist nouveau".
# Delete this file to restore the proprietary nvidia driver.
EOF
@steelbrain
steelbrain / starship.toml
Last active July 21, 2025 06:10
Starship terminal config
# Starship configuration for prezto-like appearance
# Disable the blank line between prompts
add_newline = false
# Format string - defines the overall prompt structure
format = """
$directory\
$git_branch\
$git_status\