My file bash, and configurate for linux

http://ariaf.my.id/linux_aria/distro/arch_hyprland.html


hyprland

  • https://wiki.hyprland.org/Getting-Started/Installation/

  • installastion
    sudo pacman -S hyprland
    
  • vm
    # Install libvirt and qemu things.
    sudo pacman -S libvirt virt-viewer qemu-common
    
    # Add yourself to the libvirt group.
    sudo usermod -a -G libvirt USER # Replace 'USER' with your username.
      
    # Enable and start libvirtd.
    systemctl enable --now libvirtd
    
  • clone the theme
    git clone https://github.com/end-4/dots-hyprland
    
    # OR
    
    bash <(curl -s "https://end-4.github.io/dots-hyprland-wiki/setup.sh")