cassiotbatista / dotfiles

🐧My Linux files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My dotfiles

Last update: Jan 2021, Arch Linux with Kernel 5.10.5

Before using config.sh, install the following packages as root:

  • sudo
  • git
  • networkmanager
  • yay (via AUR git, i.e. makepkg -si)

Hints

GRUB

⚠️ don't forget to select UEFI instead of legacy when switching to boot from flash drive

# pacman -S grub efibootmgr
# grub-install --target=x86_64-efi --efi-directory=/efi --bootloader-id=GRUB
# grub-mkconfig -o /boot/grub/grub.cfg

libinput

About

🐧My Linux files


Languages

Language:Vim Script 68.7%Language:Haskell 18.5%Language:Shell 12.8%