Skip to content

Latest commit

 

History

History
executable file
·
53 lines (45 loc) · 1.74 KB

README.md

File metadata and controls

executable file
·
53 lines (45 loc) · 1.74 KB

dotfiles

Build Status

My personal dotfiles.

BIOS

  1. Enable D.O.C.P.
  2. Enable Virtualization
  3. Adjust CPU Fan Curves

Windows

  1. Install Windows 10
  2. Disable all data collection
  3. Disable Cortana
  4. Disable UAC
  5. Download and install Windows 10 updates
  6. Update Powershell execution policy
    • Run Powershell as administrator
    > Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser
    
  7. Run ./windows/setup.ps1 (usually requires restart)
  8. Update all motherboard drivers
  9. Update graphics card drivers and settings
    • GeForce Experience
    • Power management mode: Prefer maximum performance
    • Texture filtering - Quality: High performance
    • Disable In-Game Overlay
    • Disable Reward is available desktop notification
    • Enable Automatically download driver updates...
  10. Update monitor refresh rate
  11. Install Ubuntu from Microsoft Store
  12. Install utilities:
  13. Set WSLtty shortcut to always run as administrator
    • Search WSL Terminal in start menu
    • Open file location
    • Right click -> Properties -> Compatibility -> Run this program as administrator
  14. Set power plan to High Performance (AMD Ryzen specific if applicable)
  15. Disable extraneous audio devices

WSL Init

Compatible with Ubuntu v20.04+

> sudo --preserve-env=HOME USER=$USER ./apt-init-wsl