Skip to content

umamialex/dotfiles

Repository files navigation

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. Install font Source Code Pro and update WSLtty font and set to medium weight
  15. Set power plan to High Performance (AMD Ryzen specific if applicable)
  16. Disable extraneous audio devices

Ubuntu (WSL)

Compatible with Ubuntu v20.04+

> sudo --preserve-env=HOME USER=$USER ./ubuntu/setup.sh

About

My personal dotfiles.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published