These dotfiles combine configurations from many sources, so they're not 100% my creation.
| Grub screen | Login screen |
|---|---|
![]() |
![]() |
| Main screen | Lock screen |
![]() |
![]() |
git clone https://github.com/hoangpc0112/dotfiles.git $HOME/dotfiles
cd $HOME/dotfiles/
chmod +x install.sh
./install.sh
sudo nvim /etc/default/grub
- Uncomment OS_PROBER line (detect Windows)
- Add acpi_backlight=native (fix my backlight)
sudo grub-mkconfig -o /boot/grub/grub.cfg



