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
| # 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 |
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
| # 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\ |