- Install Ubuntu using rufus and a USB stick.
- Install the NVIDIA dirver from "Software & Updates" - "Additional Drivers".
- Install Mozc input method from "Region & Language" - "Input Sources".
- Modify the keymap to switch IME with ctrl + space.
- Install Unity Hub by following these steps.
- Install Git, Vim and Vulkan.
sudo apt install git vim vulkan-tools
- Sign in to GitHub and add a new SSH key.
ssh-keygen -t rsa -b 4096 -C "[email protected]"
- Clone dotfiles and run
setup
. - (Optional): Install the latest NVIDIA driver
- (Optional): Disable power management on Wi-Fi
- (Optional): Disable power management on audio driver
- (Optional): Disable USB audio level control
Unity Hub and Editor requires libssl 1.0. I had to install it manually.